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::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 Aspose::Email::Clients::Exchange::AutodiscoverRequest
 
template<typename FT0 >
class Aspose::Email::Clients::Exchange::AutodiscoverResponseCollection
 
class Aspose::Email::Clients::Exchange::AutodiscoverService
 
class Aspose::Email::Clients::Exchange::GetDomainSettingsRequest
 
class Aspose::Email::Clients::Exchange::GetDomainSettingsResponse
 
class Aspose::Email::Clients::Exchange::GetUserSettingsRequest
 
class Aspose::Email::Clients::Exchange::GetUserSettingsResponse
 
class Aspose::Email::Clients::Exchange::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

Loads response from XML.

Parameters
readerThe reader.
endElementNameEnd element name.

Reimplemented in Aspose::Email::Clients::Exchange::GetUserSettingsResponse.

◆ 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

◆ Aspose::Email::Clients::Exchange::AutodiscoverRequest

friend class Aspose::Email::Clients::Exchange::AutodiscoverRequest
friend

◆ Aspose::Email::Clients::Exchange::AutodiscoverResponseCollection

template<typename FT0 >
friend class Aspose::Email::Clients::Exchange::AutodiscoverResponseCollection
friend

◆ Aspose::Email::Clients::Exchange::AutodiscoverService

◆ Aspose::Email::Clients::Exchange::GetDomainSettingsRequest

friend class Aspose::Email::Clients::Exchange::GetDomainSettingsRequest
friend

◆ Aspose::Email::Clients::Exchange::GetDomainSettingsResponse

friend class Aspose::Email::Clients::Exchange::GetDomainSettingsResponse
friend

◆ Aspose::Email::Clients::Exchange::GetUserSettingsRequest

friend class Aspose::Email::Clients::Exchange::GetUserSettingsRequest
friend

◆ Aspose::Email::Clients::Exchange::GetUserSettingsResponse

◆ Aspose::Email::Clients::Exchange::OutlookConfigurationSettings

friend class Aspose::Email::Clients::Exchange::OutlookConfigurationSettings
friend