public class MessageTrackingSearchResult
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessageTrackingReportId()
Gets an internal ID that identifies the message in the transport database.
|
java.lang.String |
getPreviousHopServer()
Gets the name of the server in the forest that previously accepted the message.
|
Mailbox |
getPurportedSender()
Gets contact information for the alleged sender of an e-mail message.
|
java.util.List<Mailbox> |
getRecipients()
Gets a list of e-mail addresses that received this message.
|
Mailbox |
getSender()
Gets the e-mail message sender's address.
|
java.lang.String |
getSubject()
Gets the e-mail message subject.
|
java.util.Date |
getSubmittedTime()
Gets the time that the message was submitted.
|
public java.lang.String getSubject()
public Mailbox getSender()
public Mailbox getPurportedSender()
public java.util.List<Mailbox> getRecipients()
public java.util.Date getSubmittedTime()
public java.lang.String getMessageTrackingReportId()
public java.lang.String getPreviousHopServer()