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

AutodiscoverService.GetDomainSettings(IEnumerable<String>, Nullable<ExchangeVersion>,DomainSettingName[]) - метод

Retrieves the specified settings for a set of domains.

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

Параметры

domains
Тип: System.Collections.Generic.IEnumerable<String>
The SMTP addresses of the domains.
requestedVersion
Тип: System.Nullable<ExchangeVersion>
Requested version of the Exchange service.
domainSettingNames
Тип:Tessa.Exchange.WebServices.Autodiscover.DomainSettingName[]
The domain setting names.

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

Тип: Task<GetDomainSettingsResponseCollection>
A GetDomainSettingsResponseCollection object containing the responses for each individual domain.
См. также