ExchangeServiceExpandGroup(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.6.0.22
public Task<ExpandGroupResults> ExpandGroup(
string smtpAddress
)
Public Function ExpandGroup (
smtpAddress As String
) As Task(Of ExpandGroupResults)
public:
Task<ExpandGroupResults^>^ ExpandGroup(
String^ smtpAddress
)
member ExpandGroup :
smtpAddress : string -> Task<ExpandGroupResults>
- smtpAddress String
- The SMTP address of the group to expand.
TaskExpandGroupResultsAn ExpandGroupResults containing the members of the group.