Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Value property gets or sets the value of this TextHeader object.
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 TextHeader
Dim value As String
value = instance.Value
instance.Value = value
public override sealed string Value { get; set; }
Property value
Type: System.String