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

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

Searches for and retrieves a collection of Conversations in the specified Folder. Along with conversations, a list of highlight terms are returned.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Task<FindConversationResults> FindConversation(
	ViewBase view,
	FolderId folderId,
	string queryString,
	bool returnHighlightTerms,
	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.
queryString
Тип: SystemString
The query string for which the search is being performed
returnHighlightTerms
Тип: SystemBoolean
Flag indicating if highlight terms should be returned in the response
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskFindConversationResults
FindConversation results.
См. также