CEmail Properties |
The CEmail type exposes the following members.
Name | Description | |
---|---|---|
AttachmentCount | **Missing documentation ** (Inherited from CMessage.) | |
AttachmentFileList |
Array containing the names of the attached files.
(Overrides AttachmentFileList.) | |
AttachmentInfo |
Returns or sets the information about all attachments as a single string.
For each attachment there is a separate line.
Each line contains: The Fully qualified filename, Content Type, Encoding, ID, Size, ContentId
| |
AttachmentList | **Missing documentation ** (Inherited from CMessage.) | |
BCCList |
Array of strings containing the e-mails of all blind carbon copy (BCC) recipients.
| |
Body | **Missing documentation ** (Inherited from CMessage.) | |
BodyHtml | **Missing documentation ** (Inherited from CMessage.) | |
Boundary |
String value used as boundary for different e-mail parts.
| |
Cargo | **Missing documentation ** (Inherited from CMessage.) | |
CCList |
Array of strings containing the e-mails of all carbon copy (CC) recipients.
| |
ContentType |
A string representing the content type for that section.
(Inherited from CMessage.) | |
DestList |
Array of strings containing the e-mail addresses of all recipients.
| |
DispositionNotification |
A string containing the email address of a party to be notified that the email was received. This is sometimes replaced with a Return Receipt by some email clients.
| |
Error |
A number representing the error most recently occurring.
(Inherited from CMessage.) | |
ErrorMsg |
A string representing the details of the last error.
(Inherited from CMessage.) | |
From | (Inherited from CMessage.) | |
FromAddress |
A string representing the email address of the sender.
(Inherited from CMessage.) | |
FromName |
A string representing the name of the sender.
(Inherited from CMessage.) | |
HEADER | **Missing documentation ** (Inherited from CMessage.) | |
HTMLText |
A properly formed HTML text string suitable for display in a web browser pane. If the email did not contain an HTM component, one is formed from the Text component by wrapping it in appropriate tags.
If the email did contain HTML and had embedded images (marked with src="cid:) then these references will be replaced with references to the actual files names of these images.
| |
MailBody |
A string representing the entire contents of the body of the email. This will include all attachments and multi-part extensions.
(Inherited from CMessage.) | |
MailDate |
Returns the creation date of the message.
(Inherited from CMessage.) | |
MailHeader |
A string representing the entire header contents for the email.
(Inherited from CMessage.) | |
MailPriority |
Numeric value representing the e-mail priority.
| |
MailTime |
Returns the creation time of the message as a string.
(Inherited from CMessage.) | |
MessageID |
A string representing the ID of the email.
(Inherited from CMessage.) | |
Priority | **Missing documentation ** (Inherited from CMessage.) | |
References | **Missing documentation ** (Inherited from CMessage.) | |
ReplyTo | **Missing documentation ** (Inherited from CMessage.) | |
ReturnReceipt |
A string containing the email address of a party to be sent a receipt advice. Some email clients may use this to contain a return receipt and others may use Disposition Notification instead.
| |
Size | **Missing documentation ** | |
Subject | **Missing documentation ** (Inherited from CMessage.) | |
TimeStamp |
Returns the creation date and time of the message as a Time-stamp string.
(Inherited from CMessage.) | |
TransferEncoding |
A string representing the Transfer encoding type for the current section.
(Inherited from CMessage.) |