Для изменения размера нажмите или перетащите

AutodiscoverServiceGetDomainSettings(String, NullableExchangeVersion, DomainSettingName) - метод

Retrieves the specified settings for a domain.

Пространство имён:  Tessa.Exchange.WebServices.Autodiscover
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Task<GetDomainSettingsResponse> GetDomainSettings(
	string domain,
	ExchangeVersion? requestedVersion,
	params DomainSettingName[] domainSettingNames
)

Параметры

domain
Тип: SystemString
The domain.
requestedVersion
Тип: SystemNullableExchangeVersion
Requested version of the Exchange service.
domainSettingNames
Тип: Tessa.Exchange.WebServices.AutodiscoverDomainSettingName
The domain setting names.

Возвращаемое значение

Тип: TaskGetDomainSettingsResponse
A DomainResponse object containing the requested settings for the specified domain.
См. также