ExchangeService.GetConversationItems(ConversationId, PropertySet, String, IEnumerable<FolderId>, Nullable<ConversationSortOrder>, CancellationToken) - метод

Gets the items for a conversation.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.24
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  IEnumerable<FolderId>
The folders to ignore.
sortOrder  Nullable<ConversationSortOrder>
Conversation item sort order.
token  CancellationToken  (Optional)
 

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

Task<ConversationResponse>
ConversationResponseType response.

См. также