public class MessageTrackingReport
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Mailbox> |
getOriginalRecipients()
Gets a list of the recipients of the e-mail message.
|
Mailbox |
getPurportedSender()
Gets contact information for the alleged sender of an e-mail message.
|
java.util.List<RecipientTrackingEvent> |
getRecipientTrackingEvents()
Gets a list of one or more tracking events for the recipients.
|
Mailbox |
getSender()
Gets contact information for the sender of the e-mail message.
|
java.lang.String |
getSubject()
Gets the subject of the e-mail message.
|
java.util.Date |
getSubmittedTime()
Gets the time of day that the e-mail message was submitted.
|
public Mailbox getSender()
public Mailbox getPurportedSender()
public java.lang.String getSubject()
public java.util.Date getSubmittedTime()
public java.util.List<Mailbox> getOriginalRecipients()
public java.util.List<RecipientTrackingEvent> getRecipientTrackingEvents()