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

Retrieves the specified settings for a set of domains.

Definition

Пространство имён: Tessa.Exchange.WebServices.Autodiscover
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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.

См. также