Aspose::Email::Clients::Exchange::WebService::UserConfigurationName Class Referencefinal

Represents user configuration name More...

Inherits Object.

Public Member Functions

System::String get_Name () const
 Gets the user configuration object name. More...
 
void set_Name (System::String value)
 Sets the user configuration object name. More...
 
System::String get_FolderId () const
 Gets the identifier of folder containing the user configuration object. More...
 
void set_FolderId (System::String value)
 Sets the identifier of folder containing the user configuration object. More...
 
 UserConfigurationName (System::String name, System::String folderId)
 Initializes a new instance of the UserConfigurationName class More...
 

Detailed Description

Represents user configuration name

Constructor & Destructor Documentation

◆ UserConfigurationName()

Aspose::Email::Clients::Exchange::WebService::UserConfigurationName::UserConfigurationName ( System::String  name,
System::String  folderId 
)

Initializes a new instance of the UserConfigurationName class

Parameters
nameSpecifies user configuration name
folderIdSpecifies the associated folder for a user configuration object
Exceptions
AsposeArgumentExceptionname is null or empty

Member Function Documentation

◆ get_FolderId()

System::String Aspose::Email::Clients::Exchange::WebService::UserConfigurationName::get_FolderId ( ) const

Gets the identifier of folder containing the user configuration object.

Exceptions
AsposeArgumentExceptionvalue is null or empty

◆ get_Name()

System::String Aspose::Email::Clients::Exchange::WebService::UserConfigurationName::get_Name ( ) const

Gets the user configuration object name.

Exceptions
AsposeArgumentExceptionvalue is null or empty

◆ set_FolderId()

void Aspose::Email::Clients::Exchange::WebService::UserConfigurationName::set_FolderId ( System::String  value)

Sets the identifier of folder containing the user configuration object.

Exceptions
AsposeArgumentExceptionvalue is null or empty

◆ set_Name()

void Aspose::Email::Clients::Exchange::WebService::UserConfigurationName::set_Name ( System::String  value)

Sets the user configuration object name.

Exceptions
AsposeArgumentExceptionvalue is null or empty