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)
-
"Ramazan" <ramazangirgin@gmail.com> wrote in message
news:53048774-4d85-4d9f-8761-55674e4d1c9d@v38g2000yqb.googlegroups.com...
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
On Mar 27, 2:12 am, "Dmitry Streblechenko" <dmi...@dimastr.com> wrote:
> 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)
>
>
> -"Ramazan" <ramazangir...@gmail.com> wrote in message
> news:97bdf9a2-7dc3-4eb0-a58c-71f8eedb9398@f19g2000yqo.googlegroups.com...
>
> > 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