The ContentTypeField type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| body | (Inherited from MimeField.) | |
| name | (Inherited from MimeField.) | |
| ParamBoundary |
The name of the boundary parameter.
| |
| ParamCharset |
The name of the charset parameter.
| |
| raw | (Inherited from MimeField.) | |
| TypeMessageRFC822 |
The message/rfc822 MIME type.
| |
| TypeMultipartAlternative |
The multipart/alternative MIME type.
| |
| TypeMultipartDigest |
The multipart/digest MIME type.
| |
| TypeMultipartMixed |
The multipart/mixed MIME type.
| |
| TypeMultipartPrefix |
The prefix of all multipart MIME types.
| |
| TypeTextHtml |
The text/html MIME type.
| |
| TypeTextPlain |
The text/plain MIME type.
|
See Also