Hi I getting email using cdo, save this message to file and I want convert this file to msg. 1)I try uisng extended MAPI, but I don't have a lot of time in order to invetigates difficult(for me) MAPI interface. All of this must be work on machine with Exchange Server 2003 without outlook and other MAPI client. 2)I'm try get message from Exchange using MAPI directly but I am confronted by impersanation problem... Ideal case get msg from eml file... 3) I can't using charged libriaries like Redemption. Is it possible get msg file from eml uising MAPI and how do it do??? This ideal case for me (in my opinion). Do you have any idies??? Thanks!
Hi @All, I've the same problem. I want to convert EMLs to MSGs with C# code without using an active component (like Outlook) Is there any solution Thanks. On 10 Apr., 18:08, Ilya wrote: > Hi > > I getting email using cdo, save this message to file and I want convert this > file tomsg. > 1)I try uisng extended MAPI, but I don't have a lot of time in order to > invetigates difficult(for me) MAPI interface. All of this must be work on > machine with Exchange Server 2003 without outlook and other MAPI client. > > 2)I'm try get message from Exchange using MAPI directly but I am confronted > by impersanation problem... Ideal case getmsgfromemlfile... > > 3) I can't using charged libriaries like Redemption. > > Is it possible getmsgfile fromemluising MAPI and how do it do??? This > ideal case for me (in my opinion). Do you have any idies??? > > Thanks!
Hello, the only one I know of is Redemption (http://www.dimastr.com/redemption/) or Extended MAPI. But the latter is not supported from managed code. Kind regards, Henning Krause "Jürgen Gutsch" wrote in message news:bee3455f-40ee-45b3-8127-26d26d02af60@k37g2000hsf.googlegroups.com... Hi @All, I've the same problem. I want to convert EMLs to MSGs with C# code without using an active component (like Outlook) Is there any solution Thanks. On 10 Apr., 18:08, Ilya wrote: > Hi > > I getting email using cdo, save this message to file and I want convert > this > file tomsg. > 1)I try uisng extended MAPI, but I don't have a lot of time in order to > invetigates difficult(for me) MAPI interface. All of this must be work on > machine with Exchange Server 2003 without outlook and other MAPI client. > > 2)I'm try get message from Exchange using MAPI directly but I am > confronted > by impersanation problem... Ideal case getmsgfromemlfile... > > 3) I can't using charged libriaries like Redemption. > > Is it possible getmsgfile fromemluising MAPI and how do it do??? This > ideal case for me (in my opinion). Do you have any idies??? > > Thanks!
Thanks guys for your answers I decided using redemption COM libriary this is easy and safe case in my opinion. "Henning Krause [MVP - Exchange]" wrote: > Hello, > > the only one I know of is Redemption (http://www.dimastr.com/redemption/) or > Extended MAPI. But the latter is not supported from managed code. > > Kind regards, > Henning Krause > > "Jürgen Gutsch" wrote in message > news:bee3455f-40ee-45b3-8127-26d26d02af60@k37g2000hsf.googlegroups.com... > Hi @All, > > I've the same problem. > I want to convert EMLs to MSGs with C# code without using an active > component (like Outlook) > > Is there any solution > > Thanks. > > On 10 Apr., 18:08, Ilya wrote: > > Hi > > > > I getting email using cdo, save this message to file and I want convert > > this > > file tomsg. > > 1)I try uisng extended MAPI, but I don't have a lot of time in order to > > invetigates difficult(for me) MAPI interface. All of this must be work on > > machine with Exchange Server 2003 without outlook and other MAPI client. > > > > 2)I'm try get message from Exchange using MAPI directly but I am > > confronted > > by impersanation problem... Ideal case getmsgfromemlfile... > > > > 3) I can't using charged libriaries like Redemption. > > > > Is it possible getmsgfile fromemluising MAPI and how do it do??? This > > ideal case for me (in my opinion). Do you have any idies??? > > > > Thanks! > >