ActiveX Control to view outlook msg file in C# Winforms -


i using c# winform in .net 3.5 in application. looking third party activex control, can show *.msg file in viewer.

is aware, such kind of viewer, support this.

thanks, nizam.

in outlook 2007, can use namespace.openshareditem method.

there no corresponding method in outlook object model earlier versions. need use either shellexecute or redemption. (namespace.createitemfromtemplate creates unsent copy of message.)

i didn't find in vsts can supply demand.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -