Aspose::Email::Clients::Exchange::GetUserSettingsResponseCollection Class Referencefinal

Represents a collection of responses to GetUserSettings More...

Inherits Aspose::Email::Clients::Exchange::AutodiscoverResponseCollection< System::SharedPtr< GetUserSettingsResponse > >.

Public Member Functions

 GetUserSettingsResponseCollection ()
 Initializes a new instance of the AutodiscoverResponseCollection<TResponse> class. More...
 
System::SharedPtr< GetUserSettingsResponseCreateResponseInstance () 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...
 

Detailed Description

Represents a collection of responses to GetUserSettings

Constructor & Destructor Documentation

◆ GetUserSettingsResponseCollection()

Aspose::Email::Clients::Exchange::GetUserSettingsResponseCollection::GetUserSettingsResponseCollection ( )

Initializes a new instance of the AutodiscoverResponseCollection<TResponse> class.

◆ ~GetUserSettingsResponseCollection()

virtual Aspose::Email::Clients::Exchange::GetUserSettingsResponseCollection::~GetUserSettingsResponseCollection ( )
protectedvirtual

Member Function Documentation

◆ CreateResponseInstance()

System::SharedPtr<GetUserSettingsResponse> Aspose::Email::Clients::Exchange::GetUserSettingsResponseCollection::CreateResponseInstance ( )
overridevirtual

◆ GetResponseCollectionXmlElementName()

System::String Aspose::Email::Clients::Exchange::GetUserSettingsResponseCollection::GetResponseCollectionXmlElementName ( )
overridevirtual

Gets the name of the response collection XML element.

Returns
Response collection XMl element name.

Implements Aspose::Email::Clients::Exchange::AutodiscoverResponseCollection< System::SharedPtr< GetUserSettingsResponse > >.

◆ GetResponseInstanceXmlElementName()

System::String Aspose::Email::Clients::Exchange::GetUserSettingsResponseCollection::GetResponseInstanceXmlElementName ( )
overridevirtual

Gets the name of the response instance XML element.

Returns
Response instance XMl element name.

Implements Aspose::Email::Clients::Exchange::AutodiscoverResponseCollection< System::SharedPtr< GetUserSettingsResponse > >.

◆ SetTemplateWeakPtr()

void Aspose::Email::Clients::Exchange::GetUserSettingsResponseCollection::SetTemplateWeakPtr ( uint32_t  argument)
override