public class RecipientTrackingEvent
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBccRecipient()
Gets a recipient to receive a blind carbon copy (Bcc) of an e-mail message.
|
java.util.Date |
getDate()
Gets the date and time at which the event occurred.
|
MessageTrackingDeliveryStatus |
getDeliveryStatus()
Gets delivery status.
|
java.util.List<java.lang.String> |
getEventData()
Gets data that is associated with the processing step for the event.
|
MessageTrackingEventDescription |
getEventDescription()
Gets event description.
|
boolean |
getHiddenRecipient()
Gets that the recipient was added by an organization policy that should be hidden from unprivileged users.
|
java.lang.String |
getInternalId()
Gets an integer value for the event identification.
|
Mailbox |
getRecipient()
Gets the recipient for whom the event occurred.
|
java.lang.String |
getServer()
Gets the physical server where the event occurred.
|
java.lang.String |
getUniquePathId()
Gets a string that is different for each path in a tracking report.
|
public java.util.Date getDate()
public Mailbox getRecipient()
public MessageTrackingDeliveryStatus getDeliveryStatus()
public MessageTrackingEventDescription getEventDescription()
public java.util.List<java.lang.String> getEventData()
public java.lang.String getServer()
public java.lang.String getInternalId()
public boolean getBccRecipient()
public boolean getHiddenRecipient()
public java.lang.String getUniquePathId()