GetDomainSettingsResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the response to a GetDomainSettings call for an individual domain.
public ref class GetDomainSettingsResponse sealed : Microsoft::Exchange::WebServices::Autodiscover::AutodiscoverResponse
public sealed class GetDomainSettingsResponse : Microsoft.Exchange.WebServices.Autodiscover.AutodiscoverResponse
Public NotInheritable Class GetDomainSettingsResponse
Inherits AutodiscoverResponse
- Inheritance
Remarks
This class is returned by calls to the GetDomainSettings method.
Constructors
GetDomainSettingsResponse() |
Initializes a new instance of the GetDomainSettingsResponse class. |
Properties
Domain |
Gets the domain to which this response applies. |
DomainSettingErrors |
Gets a collection of errors for settings that could not be returned. |
ErrorCode |
Gets the error code that was returned by the service. (Inherited from AutodiscoverResponse) |
ErrorMessage |
Gets the error message that was returned by the service. (Inherited from AutodiscoverResponse) |
RedirectTarget |
Gets the redirection target (URL or e-mail address). |
Settings |
Gets the requested settings for the domain. |