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