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

Represents a collection of responses to GetUserSettings More...

Inherits Aspose::Email::Clients::Exchange::AutodiscoverResponseCollection< System::SharedPtr< Aspose::Email::Clients::Exchange::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
 

Protected Member Functions

virtual ~GetUserSettingsResponseCollection ()
 

Friends

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

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< Aspose::Email::Clients::Exchange::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< Aspose::Email::Clients::Exchange::GetUserSettingsResponse > >.

◆ SetTemplateWeakPtr()

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

Friends And Related Function Documentation

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

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