RecipientTrackingEvent
Contents
[
Hide
]RecipientTrackingEvent class
Represents details for a specific event in the tracking report.
Constructors
| Name | Description |
|---|---|
| RecipientTrackingEvent | Initializes a new instance of the RecipientTrackingEvent class |
Methods
| Name | Description |
|---|---|
| get_BccRecipient | Gets a value indicating whether the recipient was addressed as a blind carbon copy (BCC) recipient. |
| get_Date | Gets the time at which the event occurred. |
| get_DeliveryStatus | Gets the status for the message. |
| get_EventData | Gets data that is associated with the processing step for the event. |
| get_EventDescription | Gets the processing step for the event |
| get_HiddenRecipient | Gets a value indicating whether the recipient was added by an organization policy that should be hidden from unprivileged users |
| get_InternalIdentifier | Gets an integer value for the event. |
| get_Recipient | Gets the recipient for whom the event occurred. |
| get_Server | Gets the physical server where the event occurred. |
| get_UniquePathId | Gets a string that is different for each path. |
| set_BccRecipient | Gets a value indicating whether the recipient was addressed as a blind carbon copy (BCC) recipient. |
| set_Date | Gets the time at which the event occurred. |
| set_DeliveryStatus | Gets the status for the message. |
| set_EventData | Gets data that is associated with the processing step for the event. |
| set_EventDescription | Gets the processing step for the event |
| set_HiddenRecipient | Gets a value indicating whether the recipient was added by an organization policy that should be hidden from unprivileged users |
| set_InternalIdentifier | Gets an integer value for the event. |
| set_Recipient | Gets the recipient for whom the event occurred. |
| set_Server | Gets the physical server where the event occurred. |
| set_UniquePathId | Gets a string that is different for each path. |
| EWSClient2010 |