> Dimitry, Thanks for your response. Is Extended MAPI not supported in
> .net?
[quoted text clipped - 34 lines]
>> >
>> > Thanks.
Hello,
I'm learning how to use the Redemption dll...
My objective is to convert eml to msg, before to go in pure VB, I'm doing
some basic test in VBA (under excel),
I installed the CDO library, and declared this library in my vba environment
(Redemption Outlook Library)
I'm trying to reuse the code sample to are proposing such as:
Private Sub CB_ConvertEML2MSG_Click()
'1. Reference: Microsoft Outlook 11.0 Object Library
'2. Reference: Redemption Outlook Library
Set Session = CreateObject("Redemption.RDOSession")
EMLname = "EML_Origin_1"
MSGname = EMLname
EMLpath = ThisWorkbook.Path & EMLname & ".eml"
MSGpath = ThisWorkbook.Path & MSGname & ".msg"
Set Msg = Session.GetMessageFromMsgFile(MSGpath, True)
a = Msg.Import(EMLpath, 1024)
Msg.Save
End Sub
UNFORTUNATELY when a try to set the Session, the system prompts and tells me
that this object is only readable !!??
I guess it's a basic issue...however I failed finding the root-cause
Could you please help me?
Thanks a lot in advance,
Daniel.
> No, the official MS position is that Extended MAPI is not supported at all
> in the .Net environment, be that C# or VB.Net.
[quoted text clipped - 44 lines]
> >> >
> >> > Thanks.
Daniel - 04 Apr 2007 14:32 GMT
Hello,
I found the problem,
thanks
> Hello,
>
[quoted text clipped - 78 lines]
> > >> >
> > >> > Thanks.
jaband@mweb.co.za - 27 May 2007 08:38 GMT
Hi Everyone
There are a large number of posts from developers interested in using
Microsoft Outlook's IConverterSession interface. I happen to be one of
those developers. As far I as see there are no type libraries or C++
headers provided. Any chance someone would be kind enough to post the C
++ header for the IConverterSession interface. There is one floating
around on the Internet but it only supports three functions.
Your help is much appreciated
Jamie