ExchangeServiceExpandGroup(String) - метод

Expands a group by retrieving a list of its members. Calling this method results in a call to EWS.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<ExpandGroupResults> ExpandGroup(
	string smtpAddress
)

Параметры

smtpAddress  String
The SMTP address of the group to expand.

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

TaskExpandGroupResults
An ExpandGroupResults containing the members of the group.

См. также