Attachments |
 |
References collection of attachments for the
message. |
BCC |
 |
Holds blind carbon copy recipients. |
Body |
 |
Holds complete body of message, including
headers. |
Bytes |
 |
Holds total number of bytes in the message. |
CC |
 |
Holds carbon copy recipients. |
Changed |
 |
Determines if application changed message, or it is
still intact. |
ContentDescription |
 |
Holds Content-Description header. |
ContentDisposition |
 |
Holds Content-Disposition header. |
ContentID |
 |
Holds Content-ID header. |
ContentTransferEncoding |
 |
Holds Content-Transfer-Encoding header. |
ContentType |
 |
Holds Content-Type header. |
Date |
 |
Holds message Date, if available. |
DecodedText |
 |
Holds decoded body (without headers), with defined
encoding type. |
EndPosition |
 |
Holds ending position of message in mailbox. |
From |
 |
Holds sender of the message. |
FromEmail |
 |
Returns Email of the sender, if found. |
FromName |
 |
Returns Name of the sender, if found. |
Headers |
 |
References collection of headers for the
message. |
HTMLText |
 |
Returns text/html part of the message. |
Index |
 |
Holds index of the message in mailbox. |
Lines |
 |
Holds total number of lines in the message. |
MailInfo |
 |
Holds info about sender of the message. |
MessageID |
 |
Holds Message-ID header. |
MIMEVersion |
 |
Holds MIME-Version header. |
Parts |
 |
References collection of parts for the
message. |
PartsBoundary |
 |
Holds boundary line used to split message
parts. |
PlainText |
 |
Returns text/plain part of the message. |
Size |
 |
Holds size of message text, in bytes. |
StartPosition |
 |
Holds starting position of message in mailbox. |
Subject |
 |
Holds subject of the message. |
Tag |
 |
Tag for miscellaneous use. |
Text |
 |
Holds body (without headers). |
To |
 |
Holds recipient of the message. |
ToEmail |
 |
Returns Email of the recipiend, if found. |
ToName |
 |
Returns Name of the recipient, if found. |