ExchangeServiceSearchPeople(ViewBase, String) - метод

Searches for people who are relevant to the user, automatically determining the best sources to use.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<IPeopleQueryResults> SearchPeople(
	ViewBase view,
	string queryString
)

Параметры

view  ViewBase
The view which defines the number of personas being returned
queryString  String
The query string for which the search is being performed

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

TaskIPeopleQueryResults
A collection of personas matching the query string

См. также