Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
CreateChildEntity ( ) : |
Creates an empty child MIME entity from the parent MIME entity. An email can consist of several MIME entities. A entity has the same structure of email.
|
|
CreateFromFile ( |
Creates Mail message object from file.
|
|
CreateFromFile ( string mailPath ) : |
Creates Mail message object from file.
|
|
CreateFromStream ( |
Creates Mail message object from stream.
|
|
CreateFromStream ( Stream emailStream ) : |
Creates Mail message object from stream.
|
|
GetMailFileProperties ( System fileStream, string>.Dictionary |
Gets the uploaded email file properties....
|
|
MailMessageParser ( ) : System |
Initializes a new instance of the MailMessageParser class
|
|
SetContentDisposition ( string headerLineContent ) : void |
Set all content disposition related fields.
|
|
SetContentTypeFields ( string mailContentType ) : void |
Sets the content type fields.
|
public CreateChildEntity ( ) : |
||
Résultat |
public static CreateFromFile ( |
||
mimeDecoder | read MIME object | |
mailPath | string | EML file path. |
Résultat |
public static CreateFromFile ( string mailPath ) : |
||
mailPath | string | EML file path. |
Résultat |
public static CreateFromStream ( |
||
mimeDecoder | read MIME object | |
emailStream | Stream | The email stream. |
Résultat |
public static CreateFromStream ( Stream emailStream ) : |
||
emailStream | Stream | email stream. |
Résultat |
public static GetMailFileProperties ( System fileStream, string>.Dictionary |
||
fileStream | System | The file stream. |
mailProperties | string>.Dictionary | The mail properties. |
Résultat | string>.Dictionary |
public SetContentDisposition ( string headerLineContent ) : void | ||
headerLineContent | string | Content of the mail header line. |
Résultat | void |
public SetContentTypeFields ( string mailContentType ) : void | ||
mailContentType | string | content type string. |
Résultat | void |