HeaderTypeMIMEVersion Property |
An indicator that this message is formatted according to the MIME standard, and an indication of which version of MIME is utilized.
Defined in RFC 2045
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static HeaderType MIMEVersion { get; }
Public Shared ReadOnly Property MIMEVersion As HeaderType
Get
public:
static property HeaderType^ MIMEVersion {
HeaderType^ get ();
}
static member MIMEVersion : HeaderType with get
Property Value
Type:
HeaderType
See Also