Share via


AsciiTextHeader.Value property

The Value property gets or sets the value of this AsciiTextHeader class.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Overrides NotOverridable Property Value As String
    Get
    Set
'Usage
Dim instance As AsciiTextHeader
Dim value As String

value = instance.Value

instance.Value = value
public override sealed string Value { get; set; }

Property value

Type: System.String
The Value property returns a string representation of the 7-bit ASCII header.

Remarks

To handle international encodings of unstructured headers, such as the subject header, override this property to perform RFC2047 encoding.

See also

Reference

AsciiTextHeader class

AsciiTextHeader members

Microsoft.Exchange.Data.Mime namespace