ExchangeServiceGetConversationItems(ConversationId, PropertySet, String, IEnumerableFolderId, NullableConversationSortOrder, CancellationToken) - метод

Gets the items for a conversation.

Definition

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

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

TaskConversationResponse
ConversationResponseType response.

См. также