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

ExchangeServiceGetGroupConversationItems - метод

Gets the items for a conversation.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Task<ConversationResponse> GetGroupConversationItems(
	ConversationId conversationId,
	PropertySet propertySet,
	string syncState,
	IEnumerable<FolderId> foldersToIgnore,
	ConversationSortOrder? sortOrder,
	string anchorMailbox,
	CancellationToken token = default
)

Параметры

conversationId
Тип: Tessa.Exchange.WebServices.DataConversationId
The conversation id.
propertySet
Тип: Tessa.Exchange.WebServices.DataPropertySet
The set of properties to load.
syncState
Тип: SystemString
The optional sync state representing the point in time when to start the synchronization.
foldersToIgnore
Тип: System.Collections.GenericIEnumerableFolderId
The folders to ignore.
sortOrder
Тип: SystemNullableConversationSortOrder
Conversation item sort order.
anchorMailbox
Тип: SystemString
The smtp address of the mailbox hosting the conversations
token (Optional)
Тип: System.ThreadingCancellationToken

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

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