Mime |
| Name | Description | |
|---|---|---|
| MimePart | Initialize a new instance of the MimePart class with the default Content-Type of application/octet-stream. | |
| MimePart(ContentType) | Initialize a new instance of the MimePart class with the specified content type. | |
| MimePart(MimeEntityConstructorArgs) | Initialize a new instance of the MimePart class based on the MimeEntityConstructorArgs. | |
| MimePart(String) | Initialize a new instance of the MimePart class with the specified content type. | |
| MimePart(String, String) | Initialize a new instance of the MimePart class with the specified media type and subtype. | |
| MimePart(String, String, Object) | Initialize a new instance of the MimePart class with the specified media type and subtype. |