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

ExchangeServiceGetPeopleInsights - метод

This method is for retreiving people insight for given email addresses

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

Параметры

emailAddresses
Тип: System.Collections.GenericIEnumerableString
Specified eamiladdresses to retrieve
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskCollectionPerson
The collection of Person objects containing the insight info
См. также