Aspose::Email::Clients::Exchange::UserSettingError Class Referencefinal

Represents an error from a GetUserSettings request. More...

Inherits Object.

Public Member Functions

AutodiscoverErrorCode get_ErrorCode () const
 Gets the error code. More...
 
void set_ErrorCode (AutodiscoverErrorCode value)
 Gets the error code. More...
 
System::String get_ErrorMessage () const
 Gets the error message. More...
 
void set_ErrorMessage (System::String value)
 Gets the error message. More...
 
System::String get_SettingName () const
 Gets the name of the setting. More...
 
void set_SettingName (System::String value)
 Gets the name of the setting. More...
 
 UserSettingError ()
 Initializes a new instance of the UserSettingError class. More...
 
 UserSettingError (AutodiscoverErrorCode errorCode, System::String errorMessage, System::String settingName)
 Initializes a new instance of the UserSettingError class. More...
 
void LoadFromXml (System::SharedPtr< AutodiscoverXmlReader > reader)
 Loads from XML. More...
 

Friends

class Aspose::Email::Clients::Exchange::GetUserSettingsResponse
 
class Aspose::Email::Clients::Exchange::OutlookConfigurationSettings
 

Detailed Description

Represents an error from a GetUserSettings request.

Constructor & Destructor Documentation

◆ UserSettingError() [1/2]

Aspose::Email::Clients::Exchange::UserSettingError::UserSettingError ( )

Initializes a new instance of the UserSettingError class.

◆ UserSettingError() [2/2]

Aspose::Email::Clients::Exchange::UserSettingError::UserSettingError ( AutodiscoverErrorCode  errorCode,
System::String  errorMessage,
System::String  settingName 
)

Initializes a new instance of the UserSettingError class.

Parameters
errorCodeThe error code.
errorMessageThe error message.
settingNameName of the setting.

Member Function Documentation

◆ get_ErrorCode()

AutodiscoverErrorCode Aspose::Email::Clients::Exchange::UserSettingError::get_ErrorCode ( ) const

Gets the error code.

The error code.

◆ get_ErrorMessage()

System::String Aspose::Email::Clients::Exchange::UserSettingError::get_ErrorMessage ( ) const

Gets the error message.

The error message.

◆ get_SettingName()

System::String Aspose::Email::Clients::Exchange::UserSettingError::get_SettingName ( ) const

Gets the name of the setting.

The name of the setting.

◆ LoadFromXml()

void Aspose::Email::Clients::Exchange::UserSettingError::LoadFromXml ( System::SharedPtr< AutodiscoverXmlReader >  reader)

Loads from XML.

Parameters
readerThe reader.

◆ set_ErrorCode()

void Aspose::Email::Clients::Exchange::UserSettingError::set_ErrorCode ( AutodiscoverErrorCode  value)

Gets the error code.

The error code.

◆ set_ErrorMessage()

void Aspose::Email::Clients::Exchange::UserSettingError::set_ErrorMessage ( System::String  value)

Gets the error message.

The error message.

◆ set_SettingName()

void Aspose::Email::Clients::Exchange::UserSettingError::set_SettingName ( System::String  value)

Gets the name of the setting.

The name of the setting.

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Exchange::GetUserSettingsResponse

◆ Aspose::Email::Clients::Exchange::OutlookConfigurationSettings

friend class Aspose::Email::Clients::Exchange::OutlookConfigurationSettings
friend