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
|
long |
getInternalId()
Deprecated.
|
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.
MailAddress
object.public String getDeliveryStatus()
Gets the status for the message.
String
object.public String getEventDescription()
Gets the processing step for the event
String
object.public com.aspose.ms.System.Collections.Specialized.StringCollection getEventData()
Gets data that is associated with the processing step for the event.
StringCollection
object.public String getServer()
Gets the physical server where the event occurred.
String
object.@Deprecated public long getInternalId()
Gets an integer value for the event.
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
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.