MessageHeaders Property
Collection of RFC822-encoded headers of the message.
Syntax
public HeaderList getMessageHeaders(); public void setMessageHeaders( messageHeaders);
Remarks
This property contains the full headers of the message in RFC822 format. The headers are retrieved by calling the FetchMessageHeaders or the FetchMessagePartHeaders method.
This property is not available at design time.