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

Represents an information about the message that was found by using the FindMessageTrackingReport More...

Inherits Object.

Public Member Functions

System::String get_Subject () const
 Gets the subject of the message that was found. More...
 
void set_Subject (System::String value)
 Gets the subject of the message that was found. More...
 
System::SharedPtr< MailAddressget_Sender () const
 Gets the e-mail address of the sender for the message that was found. More...
 
void set_Sender (System::SharedPtr< MailAddress > value)
 Gets the e-mail address of the sender for the message that was found. More...
 
System::SharedPtr< MailAddressCollectionget_Recipients ()
 Gets the e-mail addresses of the recipients for the message that was found. More...
 
System::DateTime get_SubmittedTime () const
 Gets the time that the message entered the server. More...
 
void set_SubmittedTime (System::DateTime value)
 Gets the time that the message entered the server. More...
 
System::String get_MessageTrackingReportId () const
 Gets the value specifying message by its message-id, the organization where the message was found, the server on which the message was submitted, and an internal ID that uniquely identifies the message. More...
 
void set_MessageTrackingReportId (System::String value)
 Gets the value specifying message by its message-id, the organization where the message was found, the server on which the message was submitted, and an internal ID that uniquely identifies the message. More...
 
System::String get_PreviousHopServer () const
 Gets the previous server name, when available, that submitted the message. More...
 
void set_PreviousHopServer (System::String value)
 Gets the previous server name, when available, that submitted the message. More...
 
 MessageTrackingReportInfo ()
 Initializes a new instance of the MessageTrackingReportInfo class More...
 

Friends

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

Detailed Description

Represents an information about the message that was found by using the FindMessageTrackingReport

Constructor & Destructor Documentation

◆ MessageTrackingReportInfo()

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

Initializes a new instance of the MessageTrackingReportInfo class

Member Function Documentation

◆ get_MessageTrackingReportId()

System::String Aspose::Email::Clients::Exchange::WebService::MessageTrackingReportInfo::get_MessageTrackingReportId ( ) const

Gets the value specifying message by its message-id, the organization where the message was found, the server on which the message was submitted, and an internal ID that uniquely identifies the message.

◆ get_PreviousHopServer()

System::String Aspose::Email::Clients::Exchange::WebService::MessageTrackingReportInfo::get_PreviousHopServer ( ) const

Gets the previous server name, when available, that submitted the message.

◆ get_Recipients()

System::SharedPtr<MailAddressCollection> Aspose::Email::Clients::Exchange::WebService::MessageTrackingReportInfo::get_Recipients ( )

Gets the e-mail addresses of the recipients for the message that was found.

◆ get_Sender()

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

Gets the e-mail address of the sender for the message that was found.

◆ get_Subject()

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

Gets the subject of the message that was found.

◆ get_SubmittedTime()

System::DateTime Aspose::Email::Clients::Exchange::WebService::MessageTrackingReportInfo::get_SubmittedTime ( ) const

Gets the time that the message entered the server.

◆ set_MessageTrackingReportId()

void Aspose::Email::Clients::Exchange::WebService::MessageTrackingReportInfo::set_MessageTrackingReportId ( System::String  value)

Gets the value specifying message by its message-id, the organization where the message was found, the server on which the message was submitted, and an internal ID that uniquely identifies the message.

◆ set_PreviousHopServer()

void Aspose::Email::Clients::Exchange::WebService::MessageTrackingReportInfo::set_PreviousHopServer ( System::String  value)

Gets the previous server name, when available, that submitted the message.

◆ set_Sender()

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

Gets the e-mail address of the sender for the message that was found.

◆ set_Subject()

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

Gets the subject of the message that was found.

◆ set_SubmittedTime()

void Aspose::Email::Clients::Exchange::WebService::MessageTrackingReportInfo::set_SubmittedTime ( System::DateTime  value)

Gets the time that the message entered the server.

Friends And Related Function Documentation

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

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