HeaderTypeComments Property |
This is a free-form header field defined in RFC2822.
The header is used to place explanatory text into the header portion of an e-mail message.
The field may contain arbitrary text.
Exmple:
Comments: Authenticated sender is someone@somedonmain.com.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public static HeaderType Comments { get; }
Public Shared ReadOnly Property Comments As HeaderType
Get
public:
static property HeaderType^ Comments {
HeaderType^ get ();
}
static member Comments : HeaderType with get
Property Value
Type:
HeaderTypeSee Also