Represents a collection of responses to GetUserSettings More...
Public Member Functions | |
| GetUserSettingsResponseCollection () | |
| Initializes a new instance of the AutodiscoverResponseCollection<TResponse> class. More... | |
| System::SharedPtr< GetUserSettingsResponse > | CreateResponseInstance () override |
| Create a response instance. More... | |
| System::String | GetResponseCollectionXmlElementName () override |
| Gets the name of the response collection XML element. More... | |
| System::String | GetResponseInstanceXmlElementName () override |
| Gets the name of the response instance XML element. More... | |
| void | SetTemplateWeakPtr (uint32_t argument) override |
Public Member Functions inherited from Aspose::Email::Clients::Exchange::AutodiscoverResponse | |
| 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... | |
Protected Member Functions | |
| virtual | ~GetUserSettingsResponseCollection () |
Protected Member Functions inherited from Aspose::Email::Clients::Exchange::AutodiscoverResponse | |
| AutodiscoverResponse () | |
| Initializes a new instance of the AutodiscoverResponse class. More... | |
Represents a collection of responses to GetUserSettings
| Aspose::Email::Clients::Exchange::GetUserSettingsResponseCollection::GetUserSettingsResponseCollection | ( | ) |
Initializes a new instance of the AutodiscoverResponseCollection<TResponse> class.
|
protectedvirtual |
|
overridevirtual |
Create a response instance.
|
overridevirtual |
Gets the name of the response collection XML element.
|
overridevirtual |
Gets the name of the response instance XML element.
|
override |