public final class MessageTrackingReport extends Object
Represents the information to be included in the report.
Modifier and Type | Method and Description |
---|---|
MailAddressCollection |
getOriginalRecipients()
Gets the e-mail addresses of the message recipients.
|
RecipientTrackingEvent[] |
getRecipientTrackingEvents()
Gets the type of events to report.
|
MailAddress |
getSender()
Gets the e-mail address for the sender of the message.
|
String |
getSubject()
Gets the subject of the message.
|
Date |
getSubmitTime()
Gets the time at which the message was sent to the server.
|
public final MailAddress getSender()
Gets the e-mail address for the sender of the message.
public final String getSubject()
Gets the subject of the message.
public final Date getSubmitTime()
Gets the time at which the message was sent to the server.
public final MailAddressCollection getOriginalRecipients()
Gets the e-mail addresses of the message recipients.
public final RecipientTrackingEvent[] getRecipientTrackingEvents()
Gets the type of events to report.