GetDomainSettingsResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示对单个域的 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
- 继承
注解
此类通过调用 GetDomainSettings 方法返回。
构造函数
GetDomainSettingsResponse() |
初始化 GetDomainSettingsResponse 类的新实例。 |
属性
Domain |
获取此响应应用到的域。 |
DomainSettingErrors |
获取无法返回的设置的错误集合。 |
ErrorCode |
获取服务返回的错误代码。 (继承自 AutodiscoverResponse) |
ErrorMessage |
获取服务返回的错误消息。 (继承自 AutodiscoverResponse) |
RedirectTarget |
获取重定向目标 (URL 或电子邮件地址) 。 |
Settings |
获取域的请求设置。 |