GetDomainSettingsResponse 类

定义

表示对单个域的 GetDomainSettings 调用的响应。

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
继承
GetDomainSettingsResponse

注解

此类通过调用 GetDomainSettings 方法返回。

构造函数

GetDomainSettingsResponse()

初始化 GetDomainSettingsResponse 类的新实例。

属性

Domain

获取此响应应用到的域。

DomainSettingErrors

获取无法返回的设置的错误集合。

ErrorCode

获取服务返回的错误代码。

(继承自 AutodiscoverResponse)
ErrorMessage

获取服务返回的错误消息。

(继承自 AutodiscoverResponse)
RedirectTarget

获取重定向目标 (URL 或电子邮件地址) 。

Settings

获取域的请求设置。

适用于