ExchangeServiceFindConversation(ViewBase, FolderId, 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,
CancellationToken token = default
)
Public Function FindConversation (
view As ViewBase,
folderId As FolderId,
Optional token As CancellationToken = Nothing
) As Task(Of ICollection(Of Conversation))
public:
Task<ICollection<Conversation^>^>^ FindConversation(
ViewBase^ view,
FolderId^ folderId,
CancellationToken token = CancellationToken()
)
member FindConversation :
view : ViewBase *
folderId : FolderId *
?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.
- token CancellationToken (Optional)
-
TaskICollectionConversationCollection of conversations.