ExchangeServiceFindConversation(ViewBase, FolderId, 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,
	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.
token  CancellationToken  (Optional)
 

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

TaskICollectionConversation
Collection of conversations.

См. также