Property | Type | Description | |
---|---|---|---|
BuildMultiPartMessage | void | ||
BuildSinglePartMessage | void | ||
CreateAlternateView | System.Net.Mail.AlternateView | ||
CreateAttachment | System.Net.Mail.Attachment | ||
DecodeBytes | string | ||
IsAttachment | bool | ||
SetContentType | void | ||
SetMessageBody | void | ||
ToMailMessageEx |
Method | Description | |
---|---|---|
AppendLineContent ( byte lineBytes ) : void |
Append content to current content bytes and decoded message
|
|
CreateFrom ( byte bytes, bool throwOnInvalidContentType ) : |
Create MimeEntity from the given bytes
|
|
GetEncoding ( ) : |
Gets the body encoding.
|
|
GetEncoding ( string charset ) : |
Returns the encoding to use for the specified charset
|
|
MimeEntity ( ) : System |
Initializes a new instance of the MimeEntity class.
|
|
MimeEntity ( |
Initializes a new instance of the MimeEntity class.
|
|
ToMailMessageEx ( ) : |
Toes the mail message ex.
|
|
TrimBrackets ( string value ) : string |
Trims the brackets.
|
Method | Description | |
---|---|---|
BuildMultiPartMessage ( |
Builds the multi part message.
|
|
BuildSinglePartMessage ( |
Builds the single part message.
|
|
CreateAlternateView ( |
Creates the alternate view.
|
|
CreateAttachment ( |
Creates the attachment.
|
|
DecodeBytes ( byte buffer, |
Decodes the bytes.
|
|
IsAttachment ( |
||
SetContentType ( |
Sets the type of the content.
|
|
SetMessageBody ( |
Sets the message body.
|
|
ToMailMessageEx ( |
Toes the mail message ex.
|
public AppendLineContent ( byte lineBytes ) : void | ||
lineBytes | byte | |
return | void |
public static CreateFrom ( byte bytes, bool throwOnInvalidContentType ) : |
||
bytes | byte | The bytes to read |
throwOnInvalidContentType | bool | |
return |
public static GetEncoding ( string charset ) : |
||
charset | string | |
return |
public MimeEntity ( |
||
parent | The parent. | |
return | System |
public ToMailMessageEx ( ) : |
||
return |
public static TrimBrackets ( string value ) : string | ||
value | string | The value. |
return | string |