HeaderTypeContentType Property |
The "Content-Type" defines the format of content (character set etc.) Note that the values for this header are defined in different ways in RFC1049 and in MIME (RFC2045). Look for the MIME-version: header to understand if Content-Type is to be interpreted according to RFC1049 or according to MIME (RFC2045). The MIME definition should be used in generating mail.
Historically, Content-Type field was proposed in RFC1049. In it, Content-Type did not distinguish type and subtype like RFC2045 does.
Example:
Content-Type: text/plain; charset="us-ascii"
Content-type: text/plain; charset=US-ASCII
Content-Type: text/plain; charset="iso-8859-1"
Content-Type: text/plain; charset=koi8-r
Content-Type: text/plain; charset=unknown-8bit
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static HeaderType ContentType { get; }
Public Shared ReadOnly Property ContentType As HeaderType
Get
public:
static property HeaderType^ ContentType {
HeaderType^ get ();
}
static member ContentType : HeaderType with get
Property Value
Type:
HeaderType
See Also