3.1.4.1.3.1 tns:GetDomainSettingsRequest Complex Type
The GetDomainSettingsRequest complex type retrieve the specified setting for a domain. The GetDomainSettingsRequest complex type contains the domain for which autodiscovery is to be performed and the settings that are to be returned by the server. The GetDomainSettingsRequest complex type represents a GetDomainSettings operation request. The GetDomainSettingsRequest complex type returns a DomainResponse complex type, as specified in section 3.1.4.1.3.4 object that contains the requested settings for the specified domain.
The GetDomainSettingsRequest complex type extends the AutodiscoverRequest complex type, as specified in section 3.1.4.4.3.2.
-
<xs:complexType name="GetDomainSettingsRequest" mixed="false" > <xs:complexContent mixed="false" > <xs:extension base="tns:AutodiscoverRequest" > <xs:sequence> <xs:element name="Domains" type="tns:Domains" nillable="true" /> <xs:element name="RequestedSettings" type="tns:RequestedSettings" nillable="true" /> <xs:element name="RequestedVersion" type="tns:ExchangeVersion" nillable="true" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the GetDomainSettingsRequest complex type.
Element name |
Type |
Description |
---|---|---|
Domains |
tns:Domains (section 2.2.4.2) |
Specifies the domains for which autodiscovery is to be performed. |
RequestedSettings |
tns:RequestedSettings (section 2.2.4.3) |
Specifies the configuration settings being requested. |
RequestedVersion |
tns:ExchangeVersion (section 3.1.4.4.4.1) |
Specifies the specific server version the provider would like to use.<16> |