CMessage Class |
Namespace: VO
The CMessage type exposes the following members.
Name | Description | |
---|---|---|
AttachmentCount | **Missing documentation ** | |
AttachmentFileList |
An array of filenames for attachments. (Used only by CNews.)
| |
AttachmentList | **Missing documentation ** | |
Body | **Missing documentation ** | |
BodyHtml | **Missing documentation ** | |
Cargo | **Missing documentation ** | |
ContentType |
A string representing the content type for that section.
| |
Error |
A number representing the error most recently occurring.
| |
ErrorMsg |
A string representing the details of the last error.
| |
From | ||
FromAddress |
A string representing the email address of the sender.
| |
FromName |
A string representing the name of the sender.
| |
HEADER | **Missing documentation ** | |
MailBody |
A string representing the entire contents of the body of the email. This will include all attachments and multi-part extensions.
| |
MailDate |
Returns the creation date of the message.
| |
MailHeader |
A string representing the entire header contents for the email.
| |
MailTime |
Returns the creation time of the message as a string.
| |
MessageID |
A string representing the ID of the email.
| |
Priority | **Missing documentation ** | |
References | **Missing documentation ** | |
ReplyTo | **Missing documentation ** | |
Subject | **Missing documentation ** | |
TimeStamp |
Returns the creation date and time of the message as a Time-stamp string.
| |
TransferEncoding |
A string representing the Transfer encoding type for the current section.
|
Name | Description | |
---|---|---|
BodyExtract | **Missing documentation ** | |
Decode |
Decodes a raw message string into its parts.
| |
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.
| |
FakeAttachmentList |
Gets the original file names of the attachment(s).
| |
GetAttachInfo |
Retrieves information about attachment(s).
| |
GetHeaderInfo |
Extracts all the header information and stores that information into the appropriate properties.
| |
SaveAs |
Decode and save the attachment.
| |
SetMailTime |
Converts the current time and date into an Internet timestamp string for the current message object.
|