visual c++ - How to create ".msg" file without using outlook in mfc? -
i using outlook 2010. drag , drop single contact desktop. contact created on desktop ".msg" extensions. file create in local folder using vc++/mfc
a few options:
msg file format documented, can use straight ole storage api. http://msdn.microsoft.com/en-us/library/cc463912(v=exchg.80).aspx
use extended mapi (openimsgonistg).
use redemption , rdosession.createmessagefrommsgfile method. have call createmessagefrommsgfile, populate properties of returned rdomail object, call rdomail.save.
Comments
Post a Comment