RecipientTrackingEvent
Inheritance: java.lang.Object
public final class RecipientTrackingEvent
Represents details for a specific event in the tracking report.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getBccRecipient() | Gets a value indicating whether the recipient was addressed as a blind carbon copy (BCC) recipient. |
getClass() | |
getDate() | Gets the time at which the event occurred. |
getDeliveryStatus() | Gets the status for the message. |
getEventData() | Gets data that is associated with the processing step for the event. |
getEventDescription() | Gets the processing step for the event |
getHiddenRecipient() | Gets a value indicating whether the recipient was added by an organization policy that should be hidden from unprivileged users |
getInternalIdentifier() | Gets an integer value for the event. |
getRecipient() | Gets the recipient for whom the event occurred. |
getServer() | Gets the physical server where the event occurred. |
getUniquePathId() | Gets a string that is different for each path. |
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
getBccRecipient()
public final boolean getBccRecipient()
Gets a value indicating whether the recipient was addressed as a blind carbon copy (BCC) recipient.
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDate()
public final Date getDate()
Gets the time at which the event occurred.
Returns: java.util.Date
getDeliveryStatus()
public final String getDeliveryStatus()
Gets the status for the message.
Returns: java.lang.String
getEventData()
public final System.Collections.Specialized.StringCollection getEventData()
Gets data that is associated with the processing step for the event.
Returns: com.aspose.ms.System.Collections.Specialized.StringCollection
getEventDescription()
public final String getEventDescription()
Gets the processing step for the event
Returns: java.lang.String
getHiddenRecipient()
public final boolean getHiddenRecipient()
Gets a value indicating whether the recipient was added by an organization policy that should be hidden from unprivileged users
Returns: boolean
getInternalIdentifier()
public final int getInternalIdentifier()
Gets an integer value for the event.
Returns: int
getRecipient()
public final MailAddress getRecipient()
Gets the recipient for whom the event occurred.
Returns: MailAddress
getServer()
public final String getServer()
Gets the physical server where the event occurred.
Returns: java.lang.String
getUniquePathId()
public final String getUniquePathId()
Gets a string that is different for each path.
Returns: java.lang.String
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 |