ExchangeServiceFindGroupConversation - метод
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<Collection<Conversation>> FindGroupConversation(
ViewBase view,
FolderId folderId,
string anchorMailbox,
CancellationToken token = default
)
Public Function FindGroupConversation (
view As ViewBase,
folderId As FolderId,
anchorMailbox As String,
Optional token As CancellationToken = Nothing
) As Task(Of Collection(Of Conversation))
public:
Task<Collection<Conversation^>^>^ FindGroupConversation(
ViewBase^ view,
FolderId^ folderId,
String^ anchorMailbox,
CancellationToken token = CancellationToken()
)
member FindGroupConversation :
view : ViewBase *
folderId : FolderId *
anchorMailbox : string *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<Collection<Conversation>>
- view ViewBase
- The view controlling the number of conversations returned.
- folderId FolderId
- The Id of the folder in which to search for conversations.
- anchorMailbox String
- The anchorMailbox Smtp address to route the request directly to group mailbox.
- token CancellationToken (Optional)
-
TaskCollectionConversationCollection of conversations.
This API designed to be used primarily in groups scenarios where we want to set the
anchor mailbox header so that request is routed directly to the group mailbox backend server.