ExchangeServiceFindConversation(ViewBase, FolderId, String, CancellationToken) - метод
Retrieves a collection of all Conversations in the specified Folder.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task<ICollection<Conversation>> FindConversation(
ViewBase view,
FolderId folderId,
string queryString,
CancellationToken token = default
)
Public Function FindConversation (
view As ViewBase,
folderId As FolderId,
queryString As String,
Optional token As CancellationToken = Nothing
) As Task(Of ICollection(Of Conversation))
public:
Task<ICollection<Conversation^>^>^ FindConversation(
ViewBase^ view,
FolderId^ folderId,
String^ queryString,
CancellationToken token = CancellationToken()
)
member FindConversation :
view : ViewBase *
folderId : FolderId *
queryString : string *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<ICollection<Conversation>>
- 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
- token CancellationToken (Optional)
-
TaskICollectionConversationCollection of conversations.