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

Gets the items for a set of conversations.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.24
C#
public Task<ServiceResponseCollection<GetConversationItemsResponse>> GetConversationItems(
	IEnumerable<ConversationRequest> conversations,
	PropertySet propertySet,
	IEnumerable<FolderId> foldersToIgnore,
	ConversationSortOrder? sortOrder,
	MailboxSearchLocation? mailboxScope,
	CancellationToken token = default
)

Параметры

conversations  IEnumerable<ConversationRequest>
Conversations with items to load.
propertySet  PropertySet
The set of properties to load.
foldersToIgnore  IEnumerable<FolderId>
The folders to ignore.
sortOrder  Nullable<ConversationSortOrder>
Conversation item sort order.
mailboxScope  Nullable<MailboxSearchLocation>
The mailbox scope to reference.
token  CancellationToken  (Optional)
 

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

Task<ServiceResponseCollection<GetConversationItemsResponse>>
GetConversationItems response.

См. также