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

Retrieves the specified settings for a set of domains.

Definition

Пространство имён: Tessa.Exchange.WebServices.Autodiscover
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
public Task<GetDomainSettingsResponseCollection> GetDomainSettings(
	IEnumerable<string> domains,
	ExchangeVersion? requestedVersion,
	params DomainSettingName[] domainSettingNames
)

Параметры

domains  IEnumerableString
The SMTP addresses of the domains.
requestedVersion  NullableExchangeVersion
Requested version of the Exchange service.
domainSettingNames  DomainSettingName
The domain setting names.

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

TaskGetDomainSettingsResponseCollection
A GetDomainSettingsResponseCollection object containing the responses for each individual domain.

См. также