MessageTrackingReportInfo
Inheritance: java.lang.Object
public final class MessageTrackingReportInfo
Represents an information about the message that was found by using the FindMessageTrackingReport
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
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. |
getPreviousHopServer() | Gets the previous server name, when available, that submitted the message. |
getRecipients() | Gets the e-mail addresses of the recipients for the message that was found. |
getSender() | Gets the e-mail address of the sender for the message that was found. |
getSubject() | Gets the subject of the message that was found. |
getSubmittedTime() | Gets the time that the message entered the server. |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getMessageTrackingReportId()
public final 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.
Returns: java.lang.String
getPreviousHopServer()
public final String getPreviousHopServer()
Gets the previous server name, when available, that submitted the message.
Returns: java.lang.String
getRecipients()
public final MailAddressCollection getRecipients()
Gets the e-mail addresses of the recipients for the message that was found.
Returns: MailAddressCollection
getSender()
public final MailAddress getSender()
Gets the e-mail address of the sender for the message that was found.
Returns: MailAddress
getSubject()
public final String getSubject()
Gets the subject of the message that was found.
Returns: java.lang.String
getSubmittedTime()
public final Date getSubmittedTime()
Gets the time that the message entered the server.
Returns: java.util.Date
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |