Aspose::Email::Clients::Exchange::AutodiscoverError Class Referencefinal

Represents an error returned by the Autodiscover service. More...

Inherits Object.

Public Member Functions

System::String get_Time () const
 Gets the time when the error was returned. More...
 
System::String get_Id () const
 Gets a hash of the name of the computer that is running Microsoft Exchange Server that has the Client Access server role installed. More...
 
int32_t get_ErrorCode () const
 Gets the error code. More...
 
System::String get_Message () const
 Gets the error message. More...
 
System::String get_DebugData () const
 Gets the debug data. More...
 
 AutodiscoverError (int32_t errorCode, System::String message, System::String debugData)
 

Static Public Member Functions

static System::SharedPtr< AutodiscoverErrorParse (System::SharedPtr< AutodiscoverXmlReader > reader)
 Parses the XML through the specified reader and creates an Autodiscover error. More...
 

Friends

class Aspose::Email::Clients::Exchange::ConfigurationSettingsBase
 
class Aspose::Email::Clients::Exchange::SoapFaultDetails
 

Detailed Description

Represents an error returned by the Autodiscover service.

Constructor & Destructor Documentation

◆ AutodiscoverError()

Aspose::Email::Clients::Exchange::AutodiscoverError::AutodiscoverError ( int32_t  errorCode,
System::String  message,
System::String  debugData 
)

Member Function Documentation

◆ get_DebugData()

System::String Aspose::Email::Clients::Exchange::AutodiscoverError::get_DebugData ( ) const

Gets the debug data.

◆ get_ErrorCode()

int32_t Aspose::Email::Clients::Exchange::AutodiscoverError::get_ErrorCode ( ) const

Gets the error code.

◆ get_Id()

System::String Aspose::Email::Clients::Exchange::AutodiscoverError::get_Id ( ) const

Gets a hash of the name of the computer that is running Microsoft Exchange Server that has the Client Access server role installed.

◆ get_Message()

System::String Aspose::Email::Clients::Exchange::AutodiscoverError::get_Message ( ) const

Gets the error message.

◆ get_Time()

System::String Aspose::Email::Clients::Exchange::AutodiscoverError::get_Time ( ) const

Gets the time when the error was returned.

◆ Parse()

static System::SharedPtr<AutodiscoverError> Aspose::Email::Clients::Exchange::AutodiscoverError::Parse ( System::SharedPtr< AutodiscoverXmlReader >  reader)
static

Parses the XML through the specified reader and creates an Autodiscover error.

Parameters
readerThe reader.
Returns
An Autodiscover error.

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Exchange::ConfigurationSettingsBase

◆ Aspose::Email::Clients::Exchange::SoapFaultDetails

friend class Aspose::Email::Clients::Exchange::SoapFaultDetails
friend