MessageHeaders Property
Collection of RFC822-encoded headers of the message.
Syntax
[VB.NET] Public ReadOnlyProperty MessageHeaders As HeaderList
[C#] public HeaderList MessageHeaders {get;}
Remarks
This property holds the full headers of the message in RFC822 format.
This property is read-only and not available at design time.