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... | |
Represents the base class for all responses returned by the Autodiscover service.
|
protected |
Initializes a new instance of the AutodiscoverResponse class.
| AutodiscoverErrorCode Aspose::Email::Clients::Exchange::AutodiscoverResponse::get_ErrorCode | ( | ) | const |
Gets the error code that was returned by the service.
| System::String Aspose::Email::Clients::Exchange::AutodiscoverResponse::get_ErrorMessage | ( | ) | const |
Gets the error message that was returned by the service.
The error message.
| System::SharedPtr<System::Uri> Aspose::Email::Clients::Exchange::AutodiscoverResponse::get_RedirectionUrl | ( | ) | const |
Gets the redirection URL.
The redirection URL.
|
virtual |
Loads response from XML.
| reader | The reader. |
| endElementName | End element name. |
Reimplemented in Aspose::Email::Clients::Exchange::GetUserSettingsResponse.
| void Aspose::Email::Clients::Exchange::AutodiscoverResponse::set_ErrorCode | ( | AutodiscoverErrorCode | value | ) |
Gets the error code that was returned by the service.
| void Aspose::Email::Clients::Exchange::AutodiscoverResponse::set_ErrorMessage | ( | System::String | value | ) |
Gets the error message that was returned by the service.
The error message.
| void Aspose::Email::Clients::Exchange::AutodiscoverResponse::set_RedirectionUrl | ( | System::SharedPtr< System::Uri > | value | ) |
Sets the redirection URL.
The redirection URL.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |