Aspose::Email::Clients::Exchange::AutodiscoverResponse Class Reference

Represents the base class for all responses returned by the Autodiscover service. More...

Inherits Object.

Inherited by Aspose::Email::Clients::Exchange::AutodiscoverResponseCollection< TResponse >, Aspose::Email::Clients::Exchange::GetUserSettingsResponse, and Aspose::Email::Clients::Exchange::AutodiscoverResponseCollection< System::SharedPtr< GetUserSettingsResponse > >.

Public Member Functions

AutodiscoverErrorCode get_ErrorCode () const
 Gets the error code that was returned by the service. More...
 
void set_ErrorCode (AutodiscoverErrorCode value)
 Gets the error code that was returned by the service. More...
 
System::String get_ErrorMessage () const
 Gets the error message that was returned by the service. More...
 
void set_ErrorMessage (System::String value)
 Gets the error message that was returned by the service. More...
 
System::SharedPtr< System::Uri > get_RedirectionUrl () const
 Gets the redirection URL. More...
 
void set_RedirectionUrl (System::SharedPtr< System::Uri > value)
 Sets the redirection URL. More...
 
virtual void LoadFromXml (System::SharedPtr< AutodiscoverXmlReader > reader, System::String endElementName)
 Loads response from XML. More...
 

Protected Member Functions

 AutodiscoverResponse ()
 Initializes a new instance of the AutodiscoverResponse class. More...
 

Friends

class AutodiscoverRequest
 
class AutodiscoverService
 
class GetDomainSettingsRequest
 
class GetUserSettingsRequest
 
class OutlookConfigurationSettings
 

Detailed Description

Represents the base class for all responses returned by the Autodiscover service.

Constructor & Destructor Documentation

◆ AutodiscoverResponse()

Aspose::Email::Clients::Exchange::AutodiscoverResponse::AutodiscoverResponse ( )
protected

Initializes a new instance of the AutodiscoverResponse class.

Member Function Documentation

◆ get_ErrorCode()

AutodiscoverErrorCode Aspose::Email::Clients::Exchange::AutodiscoverResponse::get_ErrorCode ( ) const

Gets the error code that was returned by the service.

◆ get_ErrorMessage()

System::String Aspose::Email::Clients::Exchange::AutodiscoverResponse::get_ErrorMessage ( ) const

Gets the error message that was returned by the service.

The error message.

◆ get_RedirectionUrl()

System::SharedPtr<System::Uri> Aspose::Email::Clients::Exchange::AutodiscoverResponse::get_RedirectionUrl ( ) const

Gets the redirection URL.

The redirection URL.

◆ LoadFromXml()

virtual void Aspose::Email::Clients::Exchange::AutodiscoverResponse::LoadFromXml ( System::SharedPtr< AutodiscoverXmlReader >  reader,
System::String  endElementName 
)
virtual

◆ set_ErrorCode()

void Aspose::Email::Clients::Exchange::AutodiscoverResponse::set_ErrorCode ( AutodiscoverErrorCode  value)

Gets the error code that was returned by the service.

◆ set_ErrorMessage()

void Aspose::Email::Clients::Exchange::AutodiscoverResponse::set_ErrorMessage ( System::String  value)

Gets the error message that was returned by the service.

The error message.

◆ set_RedirectionUrl()

void Aspose::Email::Clients::Exchange::AutodiscoverResponse::set_RedirectionUrl ( System::SharedPtr< System::Uri >  value)

Sets the redirection URL.

The redirection URL.

Friends And Related Function Documentation

◆ AutodiscoverRequest

friend class AutodiscoverRequest
friend

◆ AutodiscoverService

friend class AutodiscoverService
friend

◆ GetDomainSettingsRequest

friend class GetDomainSettingsRequest
friend

◆ GetUserSettingsRequest

friend class GetUserSettingsRequest
friend

◆ OutlookConfigurationSettings

friend class OutlookConfigurationSettings
friend