Redemption MAPIUtils.GetItemFromID returns Nothing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I was using oNamespace.GetItemFromID, it generates
the security popup. Then I use redemption
MAPIUtils.GetItemFromID instead but it returns nothing.
What do I do to get the mail item by its ID?
 
Are you sure you get a security popup from Namespace.GetItemFromID? It is
not blocked.
How do you call GetItemFromID in both cases? Do you pass the store id?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
In both cases, I called GteItemFromID(oMail.MailID).
oMail is a custom object and subset of MailItem.
 
Back
Top