HeaderValue Property
Gets or sets the value 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 Value { get; set; }

Property Value

Type: String
A string containing the value of the message header.
Remarks
The examples of the header's names and values are available in Header class overview.
Examples
The example is available in Header class overview.
See Also