Method Summary |
|
public String | getConversationTopic() Gets the conversation topic of the parsed Outlook Message. |
public String | getDisplayBCC() Gets the display value of the "TO" line of the outlook message
This is not the actual list of addresses/values that will be sent to if you click Reply in the email. |
public String | getDisplayCC() Gets the display value of the "TO" line of the outlook message
This is not the actual list of addresses/values that will be sent to if you click Reply in the email. |
public String | getDisplayFrom() Gets the display value of the "FROM" line of the outlook message
This is not the actual address that was sent from but the formated display of the user name. |
public String | getDisplayTo() Gets the display value of the "TO" line of the outlook message
This is not the actual list of addresses/values that will be sent to if you click Reply in the email. |
public String | getMessageClass() Gets the message class of the parsed Outlook Message. |
public String | getStringFromChunk(StringChunk chunk) Gets a string value based on the passed chunk. |
public String | getSubject() |
public String | getTextBody() |