IConverterSession::MAPIToMIMEStm error in outlook 2000

  • Thread starter Thread starter Ramazan
  • Start date Start date
R

Ramazan

Hi,
I'm using
IConverterSession::MAPIToMIMEStm for exporting LPMessage to EML file.
In outlook 2003 it is working correctly . But in office 2000 it gives
error MAPI_E_NO_SUPPORT.
Is outlook 2000 doesn't support MimeToMapi function
or Is there any other way for save mail as eml file
Thanks
RAmazan
 
IConverterSession is only available in Outlook 2002 and up, and is
officially supported in Outlook 2003 or higher.
I am suprised you were even able to create IConverterSession under Outlook
2000.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 
Hi,
In outlook 2000 we can use IConverterSession::MIMEToMAPI () method
for initialize LPMessage from Mime message . It working correctly.
But IConverterSession::MAPIToMIMEStm() function doesn't work.
Ramazan
 
Given the fact that MS supports IConverterSession under Outlook 2003 or
higher only, and the fact that Outlook 2000 is no longer supported, it is a
safe bet that you'd either need to write your own converter or to drop
support for Outlook 2000.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
Hi,
In outlook 2000 we can use IConverterSession::MIMEToMAPI () method
for initialize LPMessage from Mime message . It working correctly.
But IConverterSession::MAPIToMIMEStm() function doesn't work.
Ramazan
 
Back
Top