Unstructured.Value Property
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
Value
Gets the unstructured header value.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
String | A value. |
Remarks
Equivalent to ToString() method.