Is there a replacement for using MAPI32.dll's MAPIToMIMEStm in VSTO for Outlook 2007?
Posted
by Adam
on Stack Overflow
See other posts from Stack Overflow
or by Adam
Published on 2010-06-03T21:24:26Z
Indexed on
2010/06/03
21:24 UTC
Read the original article
Hit count: 303
I have an outlook 2007 addin in VSTO 2005 which is delegating off to MAPI32.dll's MAPIToMIMEStm to save e-mails as .eml temporarily before we do some other business logic.
Is there a built in replacement to this in VSTO to MAPI32.dll?
© Stack Overflow or respective owner