Méthode | Description | |
---|---|---|
GetBodyAsText ( ) : String |
Gets this MessagePart's Body as text.
|
|
MessagePart ( Byte rawBody, |
Used to construct the topmost message part
|
|
ToHttpResponseBody ( StringBuilder builder ) : void |
Méthode | Description | |
---|---|---|
DecodeBody ( Byte messageBody, ContentTransferEncoding contentTransferEncoding ) : Byte[] |
Decodes a Byte array into another Byte array based upon the Content Transfer encoding
|
|
FindFileName ( |
Figures out the filename of this message part from some headers. FileName property.
|
|
FindPositionOfNextMultiPartBoundary ( Stream stream, String multiPartBoundary, System.Boolean &lastMultipartBoundaryFound ) : |
Method that is able to find a specific MultiPart boundary in a Stream.
|
|
GetMessagePart ( Byte rawMessageContent ) : |
Given a Byte array describing a full message.
|
|
GetMultiPartParts ( Byte rawBody, String multipPartBoundary ) : List |
Gets a list of Byte arrays where each entry in the list is a full message of a message part
|
|
ParseBody ( Byte rawBody ) : void |
Parses a Byte array as a body of an email message.
|
|
ParseBodyEncoding ( String characterSet ) : |
Parses a character set into an encoding
|
|
ParseMultiPartBody ( Byte rawBody ) : void |
Parses the rawBody Byte array as a MultiPart message.
|
public MessagePart ( Byte rawBody, |
||
rawBody | Byte | The body that needs to be parsed |
headers | The headers that should be used from the message | |
Résultat | System |
public ToHttpResponseBody ( StringBuilder builder ) : void | ||
builder | StringBuilder | |
Résultat | void |