Gets or sets the name of the message header as a string.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string Name { get; set; }
Public Property Name As String
Get
Set
Property Value
Type:
String
A string containing the name of the message header.
Remarks
Some header names are:
- Received
- Date
- From
- X-Mailer
- Reply-To
- Organization
- X-Priority
- Message-ID
- To
- CC
- Subject
- MIME-Version
- Content-Type
- Content-Transfer-Encoding
Examples The example is available in
Header class overview.
See Also