MimeHeaderReader.Value property
The Value property gets a string that represents the header read by this MimeHeaderReader structure.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Value As String
Get
'Usage
Dim instance As MimeHeaderReader
Dim value As String
value = instance.Value
public string Value { get; }
Property value
Type: System.String