Click or drag to resize

CEmail Methods

X#

The CEmail type exposes the following members.

Functions
  NameDescription
Public methodAddAttachment
Adds an attachment to the email.
Public methodBodyExtract
**Missing documentation **
(Inherited from CMessage.)
Public methodCloneAttachments
Clones the internal Attachment array.
Public methodCreateHtml
Creates a HTML body based on the text body of the email message.
Public methodCreateReplyBody
Prepares a default text response.
Public methodDecode
Extract all information from the various parts of an e-mail.
(Overrides Decode(Usual).)
Public methodDecodeAndSaveAs
This is an abstract method called by CMessage:SaveAs() If the code type is unknown. This method can be provided by the developer to implement unsupported code types.
(Inherited from CMessage.)
Public methodDeleteAttachment
Adds an attachment to the email.
Public methodFakeAttachmentList
Gets the original file names of the attachment(s).
(Inherited from CMessage.)
Public methodGetAttachInfo
Retrieves information about attachment(s).
(Inherited from CMessage.)
Public methodGetAttachmentInfo
Method to decode all header elements of an email
Public methodGetHeaderInfo
Method to decode all header elements of an email
(Overrides GetHeaderInfo.)
Public methodMimeEncode
Method to encode a string using a specific encoding or the default encoding of an email
Public methodMimeHeader
Method to encode an MIME Attachment header
Public methodSaveAs
Decode and save the specified encoded attachment of an e-mail as a local file.
(Overrides SaveAs(Usual, Usual, Usual).)
Public methodSetAttachmentInfo
This method allows you to replace elements of the internal attachment array of the email object.
Public methodSetHeaderInfo
Method to encode all header elements of an email
Public methodSetMailTime
Converts the current time and date into an Internet timestamp string for the current message object.
(Inherited from CMessage.)
Public methodStreamIn
This method gets called when an email messages is received. It calls into the Storage object to decode and store attachments.
Public methodStreamOut
Generate message contents
Public methodStreamStart
Initialize the Stream Status of an email message.
Top
See Also