public final class MessageTrackingReportInfo extends Object
Represents an information about the message that was found by using the FindMessageTrackingReport
Modifier and Type | Method and Description |
---|---|
String |
getMessageTrackingReportId()
Gets the value specifying message by its message-id, the organization where the message was found, the server on which the message was submitted, and an internal ID that uniquely identifies the message.
|
String |
getPreviousHopServer()
Gets the previous server name, when available, that submitted the message.
|
MailAddressCollection |
getRecipients()
Gets the e-mail addresses of the recipients for the message that was found.
|
MailAddress |
getSender()
Gets the e-mail address of the sender for the message that was found.
|
String |
getSubject()
Gets the subject of the message that was found.
|
Date |
getSubmittedTime()
Gets the time that the message entered the server.
|
public String getSubject()
Gets the subject of the message that was found.
String
object.public MailAddress getSender()
Gets the e-mail address of the sender for the message that was found.
MailAddress
object.public MailAddressCollection getRecipients()
Gets the e-mail addresses of the recipients for the message that was found.
MailAddressCollection
object.public Date getSubmittedTime()
Gets the time that the message entered the server.
Date
object.public String getMessageTrackingReportId()
Gets the value specifying message by its message-id, the organization where the message was found, the server on which the message was submitted, and an internal ID that uniquely identifies the message.
String
object.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.