Header.Value property
The Value property gets or sets the value of this Header object.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Overridable Property Value As String
Get
Set
'Usage
Dim instance As Header
Dim value As String
value = instance.Value
instance.Value = value
public virtual string Value { get; set; }
Property value
Type: System.String
The Value property returns a string representation of the 7-bit ASCII header. You can override this to do RFC 2047 encoding.