ContentTypeField Properties

The properties of the ContentTypeField class are listed below. For a complete list of ContentTypeField class members, see the ContentTypeField Members topic.

Public Instance Properties

Body (inherited from MimeField) Gets the unfolded, unparsed and possibly encoded (see RFC 2047) field body string.
Boundary Gets the value of the boundary parameter if set.
Charset Gets the value of the charset parameter if set.
IsContentType (inherited from MimeField) Determines if this is a Content-Type field.
IsFrom (inherited from MimeField) Determines if this is a From field.
IsMultipart Determines if the MIME type of this field is multipart/*.
IsSubject (inherited from MimeField) Determines if this is a Subject field.
IsTo (inherited from MimeField) Determines if this is a To field.
MimeType Gets the MIME type defined in this Content-Type field.
Name (inherited from MimeField) Gets the name of the field (Subject, From, etc).
Parameters Gets all parameters.
ParseException Gets the exception that was raised during parsing of the field value, if any; otherwise, null.
Raw (inherited from MimeField) Gets the original raw field string.

See Also

ContentTypeField Class | NI.Email.Mime.Field Namespace