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

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

Gets the items for a conversation.

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

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

Тип: TaskConversationResponse
ConversationResponseType response.
См. также