Click or drag to resize
MimeKit

MimePart Constructor

Overload List
 NameDescription
Public methodMimePart Initialize a new instance of the MimePart class with the default Content-Type of application/octet-stream.
Public methodMimePart(ContentType) Initialize a new instance of the MimePart class with the specified content type.
Public methodMimePart(MimeEntityConstructorArgs) Initialize a new instance of the MimePart class based on the MimeEntityConstructorArgs.
Public methodMimePart(String) Initialize a new instance of the MimePart class with the specified content type.
Public methodMimePart(String, String) Initialize a new instance of the MimePart class with the specified media type and subtype.
Public methodMimePart(String, String, Object) Initialize a new instance of the MimePart class with the specified media type and subtype.
Top
See Also