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:

  1. msg file format documented, can use straight ole storage api. http://msdn.microsoft.com/en-us/library/cc463912(v=exchg.80).aspx

  2. use extended mapi (openimsgonistg).

  3. use redemption , rdosession.createmessagefrommsgfile method. have call createmessagefrommsgfile, populate properties of returned rdomail object, call rdomail.save.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -