ExchangeServiceGetGroupConversationItems - метод

Gets the items for a conversation.

Definition

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

Параметры

conversationId  ConversationId
The conversation id.
propertySet  PropertySet
The set of properties to load.
syncState  String
The optional sync state representing the point in time when to start the synchronization.
foldersToIgnore  IEnumerableFolderId
The folders to ignore.
sortOrder  NullableConversationSortOrder
Conversation item sort order.
anchorMailbox  String
The smtp address of the mailbox hosting the conversations
token  CancellationToken  (Optional)
 

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

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.

См. также