CEmail Methods |
The CEmail type exposes the following members.
Name | Description | |
---|---|---|
AddAttachment |
Adds an attachment to the email.
| |
BodyExtract | **Missing documentation ** (Inherited from CMessage.) | |
CloneAttachments |
Clones the internal Attachment array.
| |
CreateHtml |
Creates a HTML body based on the text body of the email message.
| |
CreateReplyBody |
Prepares a default text response.
| |
Decode |
Extract all information from the various parts of an e-mail.
(Overrides Decode(Usual).) | |
DecodeAndSaveAs |
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.) | |
DeleteAttachment |
Adds an attachment to the email.
| |
FakeAttachmentList |
Gets the original file names of the attachment(s).
(Inherited from CMessage.) | |
GetAttachInfo |
Retrieves information about attachment(s).
(Inherited from CMessage.) | |
GetAttachmentInfo |
Method to decode all header elements of an email
| |
GetHeaderInfo |
Method to decode all header elements of an email
(Overrides GetHeaderInfo.) | |
MimeEncode |
Method to encode a string using a specific encoding or the default encoding of an email
| |
MimeHeader |
Method to encode an MIME Attachment header
| |
SaveAs |
Decode and save the specified encoded attachment of an e-mail as a local file.
(Overrides SaveAs(Usual, Usual, Usual).) | |
SetAttachmentInfo |
This method allows you to replace elements of the internal attachment array of the email object.
| |
SetHeaderInfo |
Method to encode all header elements of an email
| |
SetMailTime |
Converts the current time and date into an Internet timestamp string for the current message object.
(Inherited from CMessage.) | |
StreamIn |
This method gets called when an email messages is received. It calls into the Storage object to decode and store attachments.
| |
StreamOut |
Generate message contents
| |
StreamStart |
Initialize the Stream Status of an email message.
|