ExchangeServiceFindGroupConversation - метод |
Retrieves a collection of all Conversations in the specified Folder.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: 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. - anchorMailbox
- Тип: SystemString
The anchorMailbox Smtp address to route the request directly to group mailbox. - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
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.
См. также