Table of Contents

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

string

DomainSettingErrors

Gets error information for settings that could not be returned.

public Collection<DomainSettingError> DomainSettingErrors { get; }

Property Value

Collection<DomainSettingError>

RedirectTarget

Gets the redirectionTarget (URL or email address)

public string RedirectTarget { get; }

Property Value

string

Settings

Gets the requested settings for the domain.

public IDictionary<DomainSettingName, object> Settings { get; }

Property Value

IDictionary<DomainSettingName, object>