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