ExchangeServiceFindConversation(ViewBase, FolderId, String, CancellationToken) - метод

Retrieves a collection of all Conversations in the specified Folder.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<ICollection<Conversation>> FindConversation(
	ViewBase view,
	FolderId folderId,
	string queryString,
	CancellationToken token = default
)

Параметры

view  ViewBase
The view controlling the number of conversations returned.
folderId  FolderId
The Id of the folder in which to search for conversations.
queryString  String
The query string for which the search is being performed
token  CancellationToken  (Optional)
 

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

TaskICollectionConversation
Collection of conversations.

См. также