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

Represents the information to be included in the report. More...

Inherits Object.

Public Member Functions

System::SharedPtr< MailAddressget_Sender () const
 Gets the e-mail address for the sender of the message. More...
 
void set_Sender (System::SharedPtr< MailAddress > value)
 Gets the e-mail address for the sender of the message. More...
 
System::String get_Subject () const
 Gets the subject of the message. More...
 
void set_Subject (System::String value)
 Gets the subject of the message. More...
 
System::DateTime get_SubmitTime () const
 Gets the time at which the message was sent to the server. More...
 
void set_SubmitTime (System::DateTime value)
 Gets the time at which the message was sent to the server. More...
 
System::SharedPtr< MailAddressCollectionget_OriginalRecipients ()
 Gets the e-mail addresses of the message recipients. More...
 
void set_OriginalRecipients (System::SharedPtr< MailAddressCollection > value)
 Gets the e-mail addresses of the message recipients. More...
 
System::ArrayPtr< System::SharedPtr< RecipientTrackingEvent > > get_RecipientTrackingEvents ()
 Gets the type of events to report. More...
 
void set_RecipientTrackingEvents (System::ArrayPtr< System::SharedPtr< RecipientTrackingEvent >> value)
 Gets the type of events to report. More...
 
 MessageTrackingReport ()
 Initializes a new instance of the MessageTrackingReport class More...
 

Friends

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

Detailed Description

Represents the information to be included in the report.

Constructor & Destructor Documentation

◆ MessageTrackingReport()

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

Initializes a new instance of the MessageTrackingReport class

Member Function Documentation

◆ get_OriginalRecipients()

System::SharedPtr<MailAddressCollection> Aspose::Email::Clients::Exchange::WebService::MessageTrackingReport::get_OriginalRecipients ( )

Gets the e-mail addresses of the message recipients.

◆ get_RecipientTrackingEvents()

System::ArrayPtr<System::SharedPtr<RecipientTrackingEvent> > Aspose::Email::Clients::Exchange::WebService::MessageTrackingReport::get_RecipientTrackingEvents ( )

Gets the type of events to report.

◆ get_Sender()

System::SharedPtr<MailAddress> Aspose::Email::Clients::Exchange::WebService::MessageTrackingReport::get_Sender ( ) const

Gets the e-mail address for the sender of the message.

◆ get_Subject()

System::String Aspose::Email::Clients::Exchange::WebService::MessageTrackingReport::get_Subject ( ) const

Gets the subject of the message.

◆ get_SubmitTime()

System::DateTime Aspose::Email::Clients::Exchange::WebService::MessageTrackingReport::get_SubmitTime ( ) const

Gets the time at which the message was sent to the server.

◆ set_OriginalRecipients()

void Aspose::Email::Clients::Exchange::WebService::MessageTrackingReport::set_OriginalRecipients ( System::SharedPtr< MailAddressCollection value)

Gets the e-mail addresses of the message recipients.

◆ set_RecipientTrackingEvents()

void Aspose::Email::Clients::Exchange::WebService::MessageTrackingReport::set_RecipientTrackingEvents ( System::ArrayPtr< System::SharedPtr< RecipientTrackingEvent >>  value)

Gets the type of events to report.

◆ set_Sender()

void Aspose::Email::Clients::Exchange::WebService::MessageTrackingReport::set_Sender ( System::SharedPtr< MailAddress value)

Gets the e-mail address for the sender of the message.

◆ set_Subject()

void Aspose::Email::Clients::Exchange::WebService::MessageTrackingReport::set_Subject ( System::String  value)

Gets the subject of the message.

◆ set_SubmitTime()

void Aspose::Email::Clients::Exchange::WebService::MessageTrackingReport::set_SubmitTime ( System::DateTime  value)

Gets the time at which the message was sent to the server.

Friends And Related Function Documentation

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

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