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

Represents user configuration More...

Inherits Object.

Public Member Functions

System::SharedPtr< Aspose::Email::Clients::Exchange::WebService::UserConfigurationNameget_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...
 

Detailed Description

Represents user configuration

Constructor & Destructor Documentation

◆ UserConfiguration()

Aspose::Email::Clients::Exchange::WebService::UserConfiguration::UserConfiguration ( System::SharedPtr< Aspose::Email::Clients::Exchange::WebService::UserConfigurationName userConfigurationName)

Initializes a new instance of the UserConfiguration class

Parameters
userConfigurationNameA user configuration name
Exceptions
ArgumentNullExceptionuserConfigurationName is null

Member Function Documentation

◆ get_BinaryData()

System::ArrayPtr<uint8_t> Aspose::Email::Clients::Exchange::WebService::UserConfiguration::get_BinaryData ( ) const

Gets binary data property content.

◆ get_Dictionary()

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.

◆ get_Id()

System::String Aspose::Email::Clients::Exchange::WebService::UserConfiguration::get_Id ( ) const

Gets the user configuration object item identifier.

◆ get_UserConfigurationName()

System::SharedPtr<Aspose::Email::Clients::Exchange::WebService::UserConfigurationName> Aspose::Email::Clients::Exchange::WebService::UserConfiguration::get_UserConfigurationName ( ) const

Gets the user configuration object name.

Exceptions
ArgumentNullExceptionvalue is null

◆ get_XmlData()

System::ArrayPtr<uint8_t> Aspose::Email::Clients::Exchange::WebService::UserConfiguration::get_XmlData ( ) const

Gets XML data property content.

◆ set_BinaryData()

void Aspose::Email::Clients::Exchange::WebService::UserConfiguration::set_BinaryData ( System::ArrayPtr< uint8_t >  value)

Sets binary data property content.

◆ set_Id()

void Aspose::Email::Clients::Exchange::WebService::UserConfiguration::set_Id ( System::String  value)

Sets the user configuration object item identifier.

◆ set_UserConfigurationName()

void Aspose::Email::Clients::Exchange::WebService::UserConfiguration::set_UserConfigurationName ( System::SharedPtr< Aspose::Email::Clients::Exchange::WebService::UserConfigurationName value)

Sets the user configuration object name.

Exceptions
ArgumentNullExceptionvalue is null

◆ set_XmlData()

void Aspose::Email::Clients::Exchange::WebService::UserConfiguration::set_XmlData ( System::ArrayPtr< uint8_t >  value)

Sets XML data property content.