HeaderName Property
Gets or sets the name of the message header as a string.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string Name { 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