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

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

Retrieves a collection of all Conversations in the specified Folder.

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

Параметры

view
Тип: Tessa.Exchange.WebServices.DataViewBase
The view controlling the number of conversations returned.
folderId
Тип: Tessa.Exchange.WebServices.DataFolderId
The Id of the folder in which to search for conversations.
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskICollectionConversation
Collection of conversations.
См. также