Redemption - import the Outlook::_NoteItem

S

Semut

Hello,

I can't seem to find an appropriate class from Redemption for importing
Outlook::_NoteItem item.
ISafeXXXItem. does not seem to have SafeNoteItem. What is the replacement
for this?

thank you
 
S

Semut

Well, I figure it out already.

The sequence is

save the newly added NoteItem,

then through Redemption::MAPIUtils, get the IMessageItem from GetItemFromID,
Import and save.
 
Top