Represents user configuration More...
Inherits Object.
Public Member Functions | |
| System::SharedPtr< Aspose::Email::Clients::Exchange::WebService::UserConfigurationName > | get_UserConfigurationName () const |
| Gets the user configuration object name. More... | |
| void | set_UserConfigurationName (System::SharedPtr< Aspose::Email::Clients::Exchange::WebService::UserConfigurationName > value) |
| Sets the user configuration object name. More... | |
| System::String | get_Id () const |
| Gets the user configuration object item identifier. More... | |
| void | set_Id (System::String value) |
| Sets the user configuration object item identifier. More... | |
| System::SharedPtr< System::Collections::Generic::Dictionary< System::SharedPtr< System::Object >, System::SharedPtr< System::Object > > > | get_Dictionary () const |
| Gets a set of dictionary property entries. More... | |
| System::ArrayPtr< uint8_t > | get_XmlData () const |
| Gets XML data property content. More... | |
| void | set_XmlData (System::ArrayPtr< uint8_t > value) |
| Sets XML data property content. More... | |
| System::ArrayPtr< uint8_t > | get_BinaryData () const |
| Gets binary data property content. More... | |
| void | set_BinaryData (System::ArrayPtr< uint8_t > value) |
| Sets binary data property content. More... | |
| UserConfiguration (System::SharedPtr< Aspose::Email::Clients::Exchange::WebService::UserConfigurationName > userConfigurationName) | |
| Initializes a new instance of the UserConfiguration class More... | |
Represents user configuration
| Aspose::Email::Clients::Exchange::WebService::UserConfiguration::UserConfiguration | ( | System::SharedPtr< Aspose::Email::Clients::Exchange::WebService::UserConfigurationName > | userConfigurationName | ) |
Initializes a new instance of the UserConfiguration class
| userConfigurationName | A user configuration name |
| ArgumentNullException | userConfigurationName is null |
| System::ArrayPtr<uint8_t> Aspose::Email::Clients::Exchange::WebService::UserConfiguration::get_BinaryData | ( | ) | const |
Gets binary data property content.
| System::SharedPtr<System::Collections::Generic::Dictionary<System::SharedPtr<System::Object>, System::SharedPtr<System::Object> > > Aspose::Email::Clients::Exchange::WebService::UserConfiguration::get_Dictionary | ( | ) | const |
Gets a set of dictionary property entries.
| System::String Aspose::Email::Clients::Exchange::WebService::UserConfiguration::get_Id | ( | ) | const |
Gets the user configuration object item identifier.
| System::SharedPtr<Aspose::Email::Clients::Exchange::WebService::UserConfigurationName> Aspose::Email::Clients::Exchange::WebService::UserConfiguration::get_UserConfigurationName | ( | ) | const |
Gets the user configuration object name.
| ArgumentNullException | value is null |
| System::ArrayPtr<uint8_t> Aspose::Email::Clients::Exchange::WebService::UserConfiguration::get_XmlData | ( | ) | const |
Gets XML data property content.
| void Aspose::Email::Clients::Exchange::WebService::UserConfiguration::set_BinaryData | ( | System::ArrayPtr< uint8_t > | value | ) |
Sets binary data property content.
| void Aspose::Email::Clients::Exchange::WebService::UserConfiguration::set_Id | ( | System::String | value | ) |
Sets the user configuration object item identifier.
| void Aspose::Email::Clients::Exchange::WebService::UserConfiguration::set_UserConfigurationName | ( | System::SharedPtr< Aspose::Email::Clients::Exchange::WebService::UserConfigurationName > | value | ) |
Sets the user configuration object name.
| ArgumentNullException | value is null |
| void Aspose::Email::Clients::Exchange::WebService::UserConfiguration::set_XmlData | ( | System::ArrayPtr< uint8_t > | value | ) |
Sets XML data property content.