Class GetDomainSettingsResponse
- Namespace
- Microsoft.Exchange.WebServices.Autodiscover
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the response to a GetDomainSettings call for an individual domain.
public sealed class GetDomainSettingsResponse : AutodiscoverResponse
- Inheritance
-
GetDomainSettingsResponse
- Inherited Members
Constructors
GetDomainSettingsResponse()
Initializes a new instance of the GetDomainSettingsResponse class.
public GetDomainSettingsResponse()
Properties
Domain
Gets the domain this response applies to.
public string Domain { get; }
Property Value
DomainSettingErrors
Gets error information for settings that could not be returned.
public Collection<DomainSettingError> DomainSettingErrors { get; }
Property Value
RedirectTarget
Gets the redirectionTarget (URL or email address)
public string RedirectTarget { get; }
Property Value
Settings
Gets the requested settings for the domain.
public IDictionary<DomainSettingName, object> Settings { get; }