Свойство | Type | Description | |
---|---|---|---|
SharpMimeMessage | System | ||
SharpMimeMessage | System | ||
parse | bool |
Méthode | Description | |
---|---|---|
Close ( ) : void |
Clears the parts references contained in this instance and calls the Close method in those parts. This method does not close the underling System.IO.Stream used to create this instance. |
|
DumpBody ( System path ) : System.IO.FileInfo |
Dumps the body of this entity into a file
|
|
DumpBody ( System path, System name ) : System.IO.FileInfo |
Dumps the body of this entity into a file
|
|
DumpBody ( System path, bool generatename ) : System.IO.FileInfo |
Dumps the body of this entity into a file
|
|
DumpBody ( System stream ) : bool |
Dumps the body of this entity into a System.IO.Stream
|
|
GetEnumerator ( ) : System.Collections.IEnumerator |
Returns an enumerator that can iterate through the parts of a multipart entity
|
|
GetPart ( int index ) : anmar.SharpMimeTools.SharpMimeMessage |
Returns the requested part of a multipart entity
|
|
SharpMimeMessage ( System message ) : System |
Initializes a new instance of the SharpMimeMessage class from a System.IO.Stream
|
|
this ( System name ) : System.String |
Gets header fields for this entity Field names is case insentitive |
Méthode | Description | |
---|---|---|
SharpMimeMessage ( anmar message, long startpoint ) : System | ||
SharpMimeMessage ( anmar message, long startpoint, long endpoint ) : System | ||
parse ( ) : bool |
public DumpBody ( System path ) : System.IO.FileInfo | ||
path | System | path of the destination folder |
Résultat | System.IO.FileInfo |
public DumpBody ( System path, System name ) : System.IO.FileInfo | ||
path | System | path of the destination folder |
name | System | name of the file |
Résultat | System.IO.FileInfo |
public DumpBody ( System path, bool generatename ) : System.IO.FileInfo | ||
path | System | path of the destination folder |
generatename | bool | true if the filename must be generated incase we can't find a valid one in the headers |
Résultat | System.IO.FileInfo |
public DumpBody ( System stream ) : bool | ||
stream | System | |
Résultat | bool |
public GetEnumerator ( ) : System.Collections.IEnumerator | ||
Résultat | System.Collections.IEnumerator |
public GetPart ( int index ) : anmar.SharpMimeTools.SharpMimeMessage | ||
index | int | index of the requested part |
Résultat | anmar.SharpMimeTools.SharpMimeMessage |
public SharpMimeMessage ( System message ) : System | ||
message | System | |
Résultat | System |
public this ( System name ) : System.String | ||
name | System | field name |
Résultat | System.String |