The mailBody represents the body of an internet message.A
message mainly consists of a list of headers and a body, separated by a NULL
line.The headers section always precedes the body as defined by the syntax form:
Message = <Headers> <NULL> <Body>
Below is a sample of an internet message that shows the
header and body section.
Export
- Exports the content of the body to an external file.
GenerateDigest
- Generates the digest or hash on the content of the body.
GetCmsEnvelopedData
- If the content of the body is recognzed as a Cryptographic Message Syntax
(CMS) EnvelopedData format, then an object representing this format is
returned.
GetCmsSignedData
- If the content of the body is recognzed as a Cryptographic Message Syntax
(CMS) SignedData format, then an object representing this format is
returned.
Import
- Imports the content of an external file into the body overwriting the
existing content.
ReplaceCharNotInStr
- Replace a character in the content of the body with a string.