|
 |
| mailMessage |
The mailMessage represents an internet mail message entity.
See Internet Message.
Methods
-
AddHeader
- Adds a header to the message.
-
AddTextToBody
- Appends or concatenates a text to the body of the message.
-
BuildMDN
- Builds a Message Disposition Notification (MDN) structure in the message.
-
Canonicalize
- Canonicalizes the message.
-
Copy
- Copies a message.
-
Erase
- Erases the contents of the message.
-
GenerateDigest
- Calculates and return the digest of the message or parts of the message.
-
GetBody
- Gets the body of the message.
-
GetContentDisposition
- Gets the object representing the content disposition header.
-
GetContentTransferEncoding
- Gets the object representing the content transfer encoding header.
-
GetContentType
- Gets the object representing the content type header.
-
GetHeaders
- Gets the collection containing all the headers in the message.
-
GetHeaderTypeDate
- Gets a header having a Date type.
-
GetHeaderTypeParameters
- Gets a header having a Parameters type.
-
GetHeaderTypeURI
- Gets a header having an URI type.
-
GetMessages -
Gets the collection of sub messages or body parts
containing in the message.
-
GetMsgString -
Gets the string representing the entire message.
-
GetSecurity
- Gets the security object of the message.
-
Import
- Imports the contents of an external file to the body of the message.
-
Is7Bit
- Indicate if the message content is 7-bit.
-
Prepare
- Applies the changes made to the message and returns a new message based on
the changes.
-
PrepareAuthentication
- Authenticates the message.
-
PrepareCompressData
- Compresses the message.
-
PrepareEnvelopedEncrypt
- Encrypts the message content to Cryptographic Message Syntax (CMS)
EnvelopedData format.
-
PrepareMultipartEncrypted
- Encrypts the message to a Mulitpart/Encrypted message.
-
PrepareMultipartSigned
- Signs the message to a Multipart/Signed message.
-
PrepareNew
- Applies the changes made to the message and returns a new message based on
the changes.
-
PrepareSignedData
- Signs the message to a Cryptographic Message Syntax (CMS) SignedData format
-
PrepareTransferEncoding
- Encodes the body of the message to the specified encoding mechanism..
-
Process
- Removes all secure layer of the secured message.
-
ProcessEdi
- Processes EDI data in a MIME message.
-
ProcessStep
- Removes a single secure layer of the secured message.
-
PutEdi
- Puts the entire output of the EDI document, currently loaded, into the body
of the message.
-
PutMsgString
- Builds the entire the message internally by concatenating strings to an
internal string that represents the message.
-
Save
- Saves the entire content of the message to an external file.
-
UnZip
- Decompresses or inflates the compressed body of the message and replaces the
current message with the expanded data.
-
VerifyDigest
- Verifies a digest against a message or part of a message.
-
Zip - Compresses the message header
and body and replaces the body with the compressed data.
Properties
-
BodyText
- Sets or gets the text content of the body of the message.
-
Boundary
- Sets or gets the boundary.
-
EnableMultipartEncrypt
- Sets or gets the security configuration to indicate if multipart/encrypted
should be applied when encrypting.
-
EnableMultipartSigned
- Sets or gets the security configuration to indicate if multipart/signed
should be applied when digital signing.
-
HeadersCount
- Gets the count of headers already in the message.
-
HeaderFieldValue
- Sets or gets the field value of a message header.
-
PreparedType - Indicates
how the message has been prepared.