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

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

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<FindConversationResults> FindConversation(
	ViewBase view,
	FolderId folderId,
	string queryString,
	bool returnHighlightTerms,
	MailboxSearchLocation? mailboxScope,
	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
returnHighlightTerms  Boolean
Flag indicating if highlight terms should be returned in the response
mailboxScope  NullableMailboxSearchLocation
The mailbox scope to reference.
token  CancellationToken  (Optional)
 

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

TaskFindConversationResults
FindConversation results.

См. также