how to read inbox email internet header using visual c# (urgent)

D

Dinesh

hello everybody,

Iam using visual C# 2005 with VSTO and cdo and
redemption. could anyone help to with the code to read the email internet
header of the outlook inbox and display in the explorer panel.

Thank you.
 
K

Ken Slovak - [MVP - Outlook]

CDO is not supported for use in managed code.

There is an example of getting the Internet headers using Redemption on the
Redemption Web site in VBScript code. You can easily translate that into C#
code.
 
Top