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 MailAddress getSender()
Gets the e-mail address for the sender of the message.
public String getSubject()
Gets the subject of the message.
public Date getSubmitTime()
Gets the time at which the message was sent to the server.
public MailAddressCollection getOriginalRecipients()
Gets the e-mail addresses of the message recipients.
public RecipientTrackingEvent[] getRecipientTrackingEvents()
Gets the type of events to report.
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.