Class UserSettingError
- Namespace
- Microsoft.Exchange.WebServices.Autodiscover
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents an error from a GetUserSettings request.
public sealed class UserSettingError- Inheritance
- 
      
      UserSettingError
- Inherited Members
Properties
ErrorCode
Gets the error code.
public AutodiscoverErrorCode ErrorCode { get; }Property Value
- AutodiscoverErrorCode
- The error code. 
ErrorMessage
Gets the error message.
public string ErrorMessage { get; }Property Value
- string
- The error message. 
SettingName
Gets the name of the setting.
public string SettingName { get; }Property Value
- string
- The name of the setting.