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
)
Public Function FindConversation (
view As ViewBase,
folderId As FolderId,
queryString As String,
returnHighlightTerms As Boolean,
Optional token As CancellationToken = Nothing
) As Task(Of FindConversationResults)
public:
Task<FindConversationResults^>^ FindConversation(
ViewBase^ view,
FolderId^ folderId,
String^ queryString,
bool returnHighlightTerms,
CancellationToken token = CancellationToken()
)
member FindConversation :
view : ViewBase *
folderId : FolderId *
queryString : string *
returnHighlightTerms : bool *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<FindConversationResults>
Параметры
- 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
Возвращаемое значение
Тип:
TaskFindConversationResultsFindConversation results.
См. также