Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent Class Referencefinal

Represents details for a specific event in the tracking report. More...

Inherits Object.

Public Member Functions

System::DateTime get_Date () const
 Gets the time at which the event occurred. More...
 
void set_Date (System::DateTime value)
 Gets the time at which the event occurred. More...
 
System::SharedPtr< MailAddressget_Recipient () const
 Gets the recipient for whom the event occurred. More...
 
void set_Recipient (System::SharedPtr< MailAddress > value)
 Gets the recipient for whom the event occurred. More...
 
System::String get_DeliveryStatus () const
 Gets the status for the message. More...
 
void set_DeliveryStatus (System::String value)
 Gets the status for the message. More...
 
System::String get_EventDescription () const
 Gets the processing step for the event More...
 
void set_EventDescription (System::String value)
 Gets the processing step for the event More...
 
System::SharedPtr< System::Collections::Specialized::StringCollection > get_EventData () const
 Gets data that is associated with the processing step for the event. More...
 
void set_EventData (System::SharedPtr< System::Collections::Specialized::StringCollection > value)
 Gets data that is associated with the processing step for the event. More...
 
System::String get_Server () const
 Gets the physical server where the event occurred. More...
 
void set_Server (System::String value)
 Gets the physical server where the event occurred. More...
 
int32_t get_InternalIdentifier () const
 Gets an integer value for the event. More...
 
void set_InternalIdentifier (int32_t value)
 Gets an integer value for the event. More...
 
bool get_BccRecipient () const
 Gets a value indicating whether the recipient was addressed as a blind carbon copy (BCC) recipient. More...
 
void set_BccRecipient (bool value)
 Gets a value indicating whether the recipient was addressed as a blind carbon copy (BCC) recipient. More...
 
bool get_HiddenRecipient () const
 Gets a value indicating whether the recipient was added by an organization policy that should be hidden from unprivileged users More...
 
void set_HiddenRecipient (bool value)
 Gets a value indicating whether the recipient was added by an organization policy that should be hidden from unprivileged users More...
 
System::String get_UniquePathId () const
 Gets a string that is different for each path. More...
 
void set_UniquePathId (System::String value)
 Gets a string that is different for each path. More...
 
 RecipientTrackingEvent ()
 Initializes a new instance of the RecipientTrackingEvent class More...
 

Friends

class Aspose::Email::Clients::Exchange::WebService::EWSClient2010
 

Detailed Description

Represents details for a specific event in the tracking report.

Constructor & Destructor Documentation

◆ RecipientTrackingEvent()

Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::RecipientTrackingEvent ( )

Initializes a new instance of the RecipientTrackingEvent class

Member Function Documentation

◆ get_BccRecipient()

bool Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::get_BccRecipient ( ) const

Gets a value indicating whether the recipient was addressed as a blind carbon copy (BCC) recipient.

◆ get_Date()

System::DateTime Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::get_Date ( ) const

Gets the time at which the event occurred.

◆ get_DeliveryStatus()

System::String Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::get_DeliveryStatus ( ) const

Gets the status for the message.

◆ get_EventData()

System::SharedPtr<System::Collections::Specialized::StringCollection> Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::get_EventData ( ) const

Gets data that is associated with the processing step for the event.

◆ get_EventDescription()

System::String Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::get_EventDescription ( ) const

Gets the processing step for the event

◆ get_HiddenRecipient()

bool Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::get_HiddenRecipient ( ) const

Gets a value indicating whether the recipient was added by an organization policy that should be hidden from unprivileged users

◆ get_InternalIdentifier()

int32_t Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::get_InternalIdentifier ( ) const

Gets an integer value for the event.

◆ get_Recipient()

System::SharedPtr<MailAddress> Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::get_Recipient ( ) const

Gets the recipient for whom the event occurred.

◆ get_Server()

System::String Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::get_Server ( ) const

Gets the physical server where the event occurred.

◆ get_UniquePathId()

System::String Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::get_UniquePathId ( ) const

Gets a string that is different for each path.

◆ set_BccRecipient()

void Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::set_BccRecipient ( bool  value)

Gets a value indicating whether the recipient was addressed as a blind carbon copy (BCC) recipient.

◆ set_Date()

void Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::set_Date ( System::DateTime  value)

Gets the time at which the event occurred.

◆ set_DeliveryStatus()

void Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::set_DeliveryStatus ( System::String  value)

Gets the status for the message.

◆ set_EventData()

void Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::set_EventData ( System::SharedPtr< System::Collections::Specialized::StringCollection >  value)

Gets data that is associated with the processing step for the event.

◆ set_EventDescription()

void Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::set_EventDescription ( System::String  value)

Gets the processing step for the event

◆ set_HiddenRecipient()

void Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::set_HiddenRecipient ( bool  value)

Gets a value indicating whether the recipient was added by an organization policy that should be hidden from unprivileged users

◆ set_InternalIdentifier()

void Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::set_InternalIdentifier ( int32_t  value)

Gets an integer value for the event.

◆ set_Recipient()

void Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::set_Recipient ( System::SharedPtr< MailAddress value)

Gets the recipient for whom the event occurred.

◆ set_Server()

void Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::set_Server ( System::String  value)

Gets the physical server where the event occurred.

◆ set_UniquePathId()

void Aspose::Email::Clients::Exchange::WebService::RecipientTrackingEvent::set_UniquePathId ( System::String  value)

Gets a string that is different for each path.

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Exchange::WebService::EWSClient2010

friend class Aspose::Email::Clients::Exchange::WebService::EWSClient2010
friend