MailMessageHeaders Property |
Gets the collection of the message headers.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public HeaderCollection Headers { get; }
Public ReadOnly Property Headers As HeaderCollection
Get
Property Value
Type:
HeaderCollection
A
HeaderCollection object containing the headers of the message.
Remarks This 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