Property | Type | Description | |
---|---|---|---|
Default |
Method | Description | |
---|---|---|
Clone ( ) : |
Clones an instance of MimeKit.ParserOptions. Clones a set of options, allowing you to change a specific option without requiring you to change the original. |
|
ParserOptions ( ) : System |
Initializes a new instance of the MimeKit.ParserOptions class. By default, new instances of ParserOptions enable rfc2047 work-arounds (which are needed for maximum interoperability with mail software used in the wild) and do not respect the Content-Length header value. |
|
RegisterMimeType ( string mimeType, |
Registers the MimeEntity subclass for the specified mime-type. Your custom MimeEntity class should not subclass MimeEntity directly, but rather it should subclass Multipart, MimePart, MessagePart, or one of their derivatives. |
Method | Description | |
---|---|---|
CreateEntity ( MimeKit.ContentType contentType, IList |
||
GetConstructor ( |
||
IsEncoded ( IList |
public RegisterMimeType ( string mimeType, |
||
mimeType | string | The MIME type. |
type | A custom subclass of |
|
return | void |