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