Redemption::IMessageItem to OOM

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.
 
K

Ken Slovak - [MVP - Outlook]

Get the EntryID from the MessageItem and use that with the
NameSpace.GetItemFromID method.
 
S

Semut

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.
 
K

Ken Slovak - [MVP - Outlook]

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.
 
S

Semut

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top