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... | |
Represents user configuration name
| Aspose::Email::Clients::Exchange::WebService::UserConfigurationName::UserConfigurationName | ( | System::String | name, |
| System::String | folderId | ||
| ) |
Initializes a new instance of the UserConfigurationName class
| name | Specifies user configuration name |
| folderId | Specifies the associated folder for a user configuration object |
| AsposeArgumentException | name is null or empty |
| System::String Aspose::Email::Clients::Exchange::WebService::UserConfigurationName::get_FolderId | ( | ) | const |
Gets the identifier of folder containing the user configuration object.
| AsposeArgumentException | value is null or empty |
| System::String Aspose::Email::Clients::Exchange::WebService::UserConfigurationName::get_Name | ( | ) | const |
Gets the user configuration object name.
| AsposeArgumentException | value is null or empty |
| void Aspose::Email::Clients::Exchange::WebService::UserConfigurationName::set_FolderId | ( | System::String | value | ) |
Sets the identifier of folder containing the user configuration object.
| AsposeArgumentException | value is null or empty |
| void Aspose::Email::Clients::Exchange::WebService::UserConfigurationName::set_Name | ( | System::String | value | ) |
Sets the user configuration object name.
| AsposeArgumentException | value is null or empty |