ExchangeServiceGetPeopleInsights - метод

This method is for retreiving people insight for given email addresses

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<Collection<Person>> GetPeopleInsights(
	IEnumerable<string> emailAddresses,
	CancellationToken token = default
)

Параметры

emailAddresses  IEnumerableString
Specified eamiladdresses to retrieve
token  CancellationToken  (Optional)
 

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

TaskCollectionPerson
The collection of Person objects containing the insight info

См. также