IConverterSession::MAPIToMIMEStm error in outlook 2000

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
 
D

Dmitry Streblechenko

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
-
 
R

Ramazan

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
 
D

Dmitry Streblechenko

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top