Writing messages into Outlook's Personal Folders

  • Thread starter Thread starter darshandd
  • Start date Start date
D

darshandd

I am writing an application that imports and exports messages into
Outlook's folders (PST) by using XMAPI from C++ directly. I am not
using CDO or COM. I am fine with reading messages from folders.

But I don't have an idea of how messages are written back into the
Outlook's folders using XMAPI. Specifically, how to initialize and
create a new message, directly using XMAPI functions in C++. Please
guide me on this.

Thanks.
-DD
 
Back
Top