Class DomainSettingError
- Namespace
- Microsoft.Exchange.WebServices.Autodiscover
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents an error from a GetDomainSettings request.
public sealed class DomainSettingError
- Inheritance
-
DomainSettingError
- 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.