MailMessageHeaders Property |
Gets the collection of the message headers.
Namespace: MailBee.MimeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic HeaderCollection Headers { get; }
Public ReadOnly Property Headers As HeaderCollection
Get
Property Value
Type:
HeaderCollection
A
HeaderCollection object containing the headers of the message.
RemarksThis property allows the developer to access any headers of the message, add new headers, or modify/delete existing ones.
Use RawHeader property to get the header section of the message as a string.
Examples
The example is available in
Header topic.
See Also