CNews Class |
Namespace: VO
The CNews type exposes the following members.
Name | Description | |
---|---|---|
AttachmentCount | **Missing documentation ** (Inherited from CMessage.) | |
AttachmentFileList |
An array of filenames for attachments. (Used only by CNews.)
(Inherited from CMessage.) | |
AttachmentList | **Missing documentation ** (Inherited from CMessage.) | |
Body | **Missing documentation ** (Inherited from CMessage.) | |
BodyHtml | **Missing documentation ** (Inherited from CMessage.) | |
Cargo | **Missing documentation ** (Inherited from CMessage.) | |
ContentType |
A string representing the content type for that section.
(Inherited from CMessage.) | |
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.) | |
FollowUpTo |
Returns a string representing the FollowUpTo field of the news message header.
| |
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.) | |
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.) | |
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.) | |
NewsGroups |
Returns a string representing the NewsGroups field of the news message header.
| |
Organization |
Returns a string representing the Organization field of the news message header.
| |
Path |
Returns a string representing the Path field of the news message header.
| |
Priority | **Missing documentation ** (Inherited from CMessage.) | |
References | **Missing documentation ** (Inherited from CMessage.) | |
ReplyTo | **Missing documentation ** (Inherited from CMessage.) | |
Sender |
Returns a string representing the Sender field of the news message header.
| |
Size |
Returns a string representing the size of the news message.
| |
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.) |
Name | Description | |
---|---|---|
BodyExtract | **Missing documentation ** (Inherited from CMessage.) | |
Decode |
Decodes a raw message string into its parts.
(Inherited from CMessage.) | |
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.) | |
FakeAttachmentList |
Gets the original file names of the attachment(s).
(Inherited from CMessage.) | |
GetAttachInfo(Usual) |
Returns information about any attachments.
| |
GetAttachInfo(Usual, Usual) |
Retrieves information about attachment(s).
(Inherited from CMessage.) | |
GetHeaderInfo |
Extracts all the header information and stores that information into the appropriate properties.
(Overrides GetHeaderInfo.) | |
SaveAs |
Decode and save the attachment.
(Inherited from CMessage.) | |
SetMailTime |
Converts the current time and date into an Internet timestamp string for the current message object.
(Inherited from CMessage.) |