The MimeMessage type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddHeader(MimeHeader) |
Adds MIME header to this
![]() MimeMessage |
![]() |
AddHeader(String, String) |
Adds MIME header to this
![]() MimeMessage |
![]() |
AddPart |
Adds part to multipart
![]() MimeMessage |
![]() |
AddReplaceHeader(MimeHeader) |
Adds MIME header to this
![]() MimeMessage |
![]() |
AddReplaceHeader(String, String) |
Adds MIME header to this
![]() MimeMessage |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() |
GetBody |
Gets decoded message body using character encoding
specified in charset attribute of Content-Type message header.
If no character encoding is defined then US-ASCII character
encoding is used.
|
![]() |
GetBodyData |
Gets decoded message body as bytes.
|
![]() |
GetBoundary |
Gets boundary used in this
![]() MimeMessage |
![]() |
GetBoundaryWithoutQuotes |
Gets boundary used in this
![]() MimeMessage |
![]() |
GetContentTransferEncoding |
Gets the value of the Content-Transfer-Encoding
header for this
![]() MimeMessage |
![]() |
GetContentType |
Gets the content-type of this
![]() MimeMessage |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetHeader |
Returns named header specified by
![]() name |
![]() |
GetHeaders()()()() |
Gets all mime headers for this
![]() MimeMessage |
![]() |
GetHeaders(String) |
Gets all MIME headers for this
![]() MimeMessage |
![]() |
GetHeaderValue |
Gets value for header specified by
![]() name |
![]() |
GetMessage |
Gets contents of this
![]() MimeMessage |
![]() |
GetPart |
Gets specified part from this
![]() MimeMessage |
![]() |
GetParts |
Gets parts of this
![]() MimeMessage |
![]() |
GetRawBodyData |
Gets message body as bytes. The body will be returned as is.
|
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() ![]() |
RemoveChar |
Removes any instance of specified character in string.
|
![]() |
RemoveHeader |
Removes specified header from this
![]() MimeMessage |
![]() |
RemovePart |
Removes specified
![]() index |
![]() |
RemoveParts |
Removes all parts from array.
|
![]() |
SetBody(array<Byte>[]()[][]) |
Sets body of this
![]() MimeMessage |
![]() |
SetBody(FileStream) |
Sets body of this
![]() MimeMessage |
![]() |
SetBody(String) |
Sets body of this
![]() MimeMessage |
![]() |
SetBody(String, String) |
Sets body of this
![]() MimeMessage |
![]() |
SetContentType |
Sets the content-type of this
![]() MimeMessage |
![]() |
ToString | (Inherited from Object.) |