I am using C# Winform in .NET 3.5 in an application. I looking for a third party ActiveX control, which can show *.msg file in the viewer.
Is anybody aware, such kind of viewer, which will support this.
Thanks, Nizam.
I am using C# Winform in .NET 3.5 in an application. I looking for a third party ActiveX control, which can show *.msg file in the viewer.
Is anybody aware, such kind of viewer, which will support this.
Thanks, Nizam.
In Outlook 2007, you can use the Namespace.OpenSharedItem method.
There is no corresponding method in the Outlook object model for earlier versions. You would need to use either shellexecute or Redemption. (Namespace.CreateItemFromTemplate only creates an unsent copy of a message.)
I didn't find anything in VSTS that can supply your demand.