Property |
Description |
Type
|
Access |
from |
Provides access to the full address specified in the "From:" header.
(example: John Doe <jdoe@somedomain.com> ) |
String
|
Get/Set |
fromAddress |
Provides access to just the address specified in the "From:" header,
excluding the comment field. |
String
|
Get |
fromPersonal |
Provides access to the comment specified in the "From:" header if there
is one, excluding the actual address. |
String
|
Get |
replyTo |
Provides access to the "Reply-To:" header if the header exists. In
the event that it doesn't, the same value as the "from" property is returned. |
String
|
Get/Set |
replyToAddress |
Provides access to just the address portions of the "Reply-To:" header
if the header exists. In the event that it doesn't, the same value as the
"fromAddress" property is returned. |
String
|
Get |
replyToPersonal |
Provides access to just the comment portions of the "Reply-To:" header
if the header exists and has a comment. In the event that it doesn't, the
same value as the "fromPersonal" property is returned |
String
|
Get |
to |
Provides access to the entire "To:" message header. |
String
|
Get/Set |
toAddress |
Provides access to just the address portions of the "To:" header. |
String
|
Get |
toAddressReply |
Provides access to just the address portions of the "To:" header, exluding
any address that matches the user's. |
String
|
Get |
cc |
Provides access to the entire "Cc:" message header. |
String
|
Get/Set |
ccAddress |
Provides access to just the address portions of the "Cc:" header. |
String
|
Get |
ccAddressReply |
Provides access to just the address portions of the "Cc:" header, excluding
any address that matches the user's. |
String
|
Get |
bcc |
Message bcc. |
String
|
Set |
seen |
A boolean that indicates if the message has been seen. |
Boolean
|
Get |
recent |
A boolean that indicates if the message is recent. |
Boolean
|
Get |
deleted |
A boolean that indicates if the message is deleted. |
Boolean
|
Get |
subject |
Message subject. |
String
|
Get/Set |
date |
Message date. |
String
|
Get |
text |
Message text. |
String
|
Get/Set |