Need access to message header

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I get header of a mail message in Visual Basic? There's "Internet
Header" fieds in dialog window "Message Parameters" which can be opened with
contexed menu item "Parameters". But I need access to message header in
Visual Basic.
I've tried all methods and properties of "MailItem" object but nothing work.
 
Save the message as text file in a temp folder, open the
file for read access, and find out the headers by looking for corresponding
header title
Sharad
 
For smtp headers Sue has examples for you at:
http://www.outlookcode.com/d/forms/headers.htm

--
Viele Grüße
Michael Bauer


Yuuy said:
How can I get header of a mail message in Visual Basic? There's "Internet
Header" fieds in dialog window "Message Parameters" which can be opened with
contexed menu item "Parameters". But I need access to message header in
Visual Basic.
I've tried all methods and properties of "MailItem" object but nothing
work.
 
Back
Top