Gets the unstructured header value.
Namespace:
Rebex.Mime.Headers
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property Value As String Get |
| C# |
|---|
public string Value { get; } |
Field Value
A value.
Remarks
Equivalent to ToString()()()() method.