Redemption::IMessageItem to OOM

  • Thread starter Thread starter Semut
  • Start date Start date
S

Semut

Hello,

Through Redemption::IMAPIUtils::GetItemFromID, I obtained the
Redemption::IMessageItem object.
Now, I would like to pass the Redemption::IMessageItem to the OOM say,
Outlook:::_MailItem, how would I go about.

thank you.
 
Get the EntryID from the MessageItem and use that with the
NameSpace.GetItemFromID method.
 
Actually this is what I am doing right now. Any other interfacing functions
between MessageItem and OOM? Like OOM could be able to load MessageItem
straight away by using some function?

thank you.
 
Nope, that's it. It's like working with a CDO Message item. You have to open
each type in Outlook from the GetItemFromID function.
 
I see, thanks .


Ken Slovak - said:
Nope, that's it. It's like working with a CDO Message item. You have to
open
each type in Outlook from the GetItemFromID function.
 
Back
Top