![]() RemoveChar | Removes any instance of specified character in string. |
![]() COLON | Represents byte value for colon. |
![]() CR | Represents byte value for carriage return. |
![]() CRLF | Represents String value for carriage return line feed combination. |
![]() EQUALS | Represents byte value for equals sign. |
![]() LF | Represents byte value for line feed. |
![]() QUESTION_MARK | Represents byte value for question mark. |
![]() SEMI_COLON | Represents byte value for semi-colon. |
![]() SPACE | Represents byte value for space. |
![]() TAB | Represents byte value for tab. |
MimeMessage
|
Overloaded. Initializes a new instance of the MimeMessage class. |
ContentType | Gets/Sets the Content-Type. |
Message | Gets/Sets the message. |
AddHeader | Overloaded. Adds MIME header to this MimeMessage. |
AddPart | Adds part to multipart MimeMessage. |
AddReplaceHeader | Overloaded. Adds MIME header to this MimeMessage, replacing existing header if found. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current 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. The Content-Transfer-Encoding header indicates the encoding method used for the message body. Typical values are BASE64, UUENCODE, 7BIT, 8BIT and QUOTED-PRINTABLE. |
GetContentType | Gets the content-type of this MimeMessage. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetHeader | Returns named header specified by name. |
GetHeaders | Overloaded. Gets all mime headers for this MimeMessage. |
GetHeaderValue | Gets value for header specified by name. |
GetMessage | Gets contents of this MimeMessage. Contents include all MIME message headers, body and any parts. |
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 (inherited from Object) | Gets the Type of the current instance. |
RemoveHeader | Removes specified header from this MimeMessage. |
RemovePart | Removes specified indexfrom parts array. |
RemoveParts | Removes all parts from array. |
SetBody | Overloaded. Sets body of this MimeMessage. Default system character encoding is used to convert the body to bytes. |
SetContentType | Sets the content-type of this MimeMessage. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
changed | Tracks whether this MimeMessage has changed. |
characterEncoding | The character encoding used in this MimeMessage. |
contentType | The content type used in this MimeMessage. |
definedBody | The message body as defined using the setBody method. |
headerIndex | Tracks all MIME headers |
headers | The set of MimeHeader for this MimeMessage. |
message | The message contents as provided in the MimeMessage constructor. |
messageBody | The message body as parsed in the MimeMessage constructor. |
parts | The MIME parts for this MimeMessage. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
MimeMessage Class | Jscape.Email Namespace