HeaderName.Value property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Value As String
Get
'Usage
Dim instance As HeaderName
Dim value As String
value = instance.Value
public string Value { get; }
Property value
Type: System.String