ExchangeServiceExpandGroup(String, String) - метод |
Expands a group by retrieving a list of its members. Calling this method results in a call to EWS.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task<ExpandGroupResults> ExpandGroup(
string address,
string routingType
)
Public Function ExpandGroup (
address As String,
routingType As String
) As Task(Of ExpandGroupResults)
public:
Task<ExpandGroupResults^>^ ExpandGroup(
String^ address,
String^ routingType
)
member ExpandGroup :
address : string *
routingType : string -> Task<ExpandGroupResults>
Параметры
- address
- Тип: SystemString
The SMTP address of the group to expand. - routingType
- Тип: SystemString
The routing type of the address of the group to expand.
Возвращаемое значение
Тип:
TaskExpandGroupResultsAn ExpandGroupResults containing the members of the group.
См. также