Для изменения размера нажмите или перетащите

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
)

Параметры

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

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

Тип: 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.
См. также