public final class RecipientTrackingEvent extends Object
Represents details for a specific event in the tracking report.
Modifier and Type | Method and Description |
---|---|
boolean |
getBccRecipient()
Gets a value indicating whether the recipient was addressed as a blind carbon copy (BCC) recipient.
|
Date |
getDate()
Gets the time at which the event occurred.
|
String |
getDeliveryStatus()
Gets the status for the message.
|
com.aspose.ms.System.Collections.Specialized.StringCollection |
getEventData()
Gets data that is associated with the processing step for the event.
|
String |
getEventDescription()
Gets the processing step for the event
|
boolean |
getHiddenRecipient()
Gets a value indicating whether the recipient was added by an organization policy that should be hidden from unprivileged users
|
int |
getInternalIdentifier()
Gets an integer value for the event.
|
MailAddress |
getRecipient()
Gets the recipient for whom the event occurred.
|
String |
getServer()
Gets the physical server where the event occurred.
|
String |
getUniquePathId()
Gets a string that is different for each path.
|
public final Date getDate()
Gets the time at which the event occurred.
public final MailAddress getRecipient()
Gets the recipient for whom the event occurred.
public final String getDeliveryStatus()
Gets the status for the message.
public final String getEventDescription()
Gets the processing step for the event
public final com.aspose.ms.System.Collections.Specialized.StringCollection getEventData()
Gets data that is associated with the processing step for the event.
public final String getServer()
Gets the physical server where the event occurred.
public final int getInternalIdentifier()
Gets an integer value for the event.
public final boolean getBccRecipient()
Gets a value indicating whether the recipient was addressed as a blind carbon copy (BCC) recipient.
public final boolean getHiddenRecipient()
Gets a value indicating whether the recipient was added by an organization policy that should be hidden from unprivileged users
public final String getUniquePathId()
Gets a string that is different for each path.