| Attachments |
 |
Returns reference to attachments found in the
message. |
| BCC |
 |
Returns blind carbon copy recipients. |
| Body |
 |
Holds full message body. |
| CC |
 |
Returns carbon copy recipients. |
|
ContentBoundary |
 |
Returns boundary of subparts, if any. |
|
ContentCharset |
 |
Returns character set of the content, if specified. |
| ContentDescription |
 |
Returns Content-Description header. |
| ContentDisposition |
 |
Returns Content-Disposition header. |
| ContentID |
 |
Returns Content-ID header. |
| ContentName |
 |
Returns name of the content, if specified. |
| ContentTransferEncoding |
 |
Returns Content-Transfer-Encoding header. |
| ContentType |
 |
Returns Content-Type header. |
|
ContentTypeOnly |
 |
Returns type and subtype of the content, if specified. |
| Date |
 |
Returns message date. |
|
DecodedText |
 |
Holds decoded message body text. |
| Filename |
 |
Holds filename where message is stored. |
| From |
 |
Returns sender of the message. |
| FromEmail |
 |
Returns email of the sender. |
| FromName |
 |
Returns name of the sender. |
| Headers |
 |
Returns message headers. |
| HTMLText |
 |
Returns text/html part of the message. |
| Index |
 |
Holds index of the message in the collection. |
| MarkDelete |
 |
Determines if message is marked to be deleted. |
| MarkGet |
 |
Determines if message will be downloaded on next
Get call. |
| MessageID |
 |
Returns Message-ID header. |
| Parts |
 |
Holds reference to all parts found in the message,
if message is multipart. |
| PlainText |
 |
Returns text/plain part of the message. |
|
Priority |
 |
Determines message priority. |
|
ReceivedList |
 |
Returns collection of all 'Received' headers. |
| ReplyTo |
 |
Returns Reply-To header. |
| Size |
 |
Holds message size. |
| Subject |
 |
Returns message subject. |
| Tag |
 |
Tag for misc usage. |
| Text |
 |
Holds message body text, without headers. |
| To |
 |
Returns recipient of the message. |
| ToEmail |
 |
Returns email of the recipient. |
| ToName |
 |
Returns name of the recipient. |
| Uid |
 |
Holds message unique ID. |