ExchangeServiceFindGroupConversation - метод

Retrieves a collection of all Conversations in the specified Folder.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<Collection<Conversation>> FindGroupConversation(
	ViewBase view,
	FolderId folderId,
	string anchorMailbox,
	CancellationToken token = default
)

Параметры

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)
 

Возвращаемое значение

TaskCollectionConversation
Collection 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.

См. также