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 MailAddress getRecipient()
Gets the recipient for whom the event occurred.
public String getDeliveryStatus()
Gets the status for the message.
public String getEventDescription()
Gets the processing step for the event
public com.aspose.ms.System.Collections.Specialized.StringCollection getEventData()
Gets data that is associated with the processing step for the event.
public String getServer()
Gets the physical server where the event occurred.
public int getInternalIdentifier()
Gets an integer value for the event.
public boolean getBccRecipient()
Gets a value indicating whether the recipient was addressed as a blind carbon copy (BCC) recipient.
public boolean getHiddenRecipient()
Gets a value indicating whether the recipient was added by an organization policy that should be hidden from unprivileged users
public String getUniquePathId()
Gets a string that is different for each path.
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.