ExchangeServiceMoveItemsInConversations - метод

Moves the items in the specified conversation to the specified destination folder. Calling this method results in a call to EWS.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<ServiceResponseCollection<ServiceResponse>> MoveItemsInConversations(
	IEnumerable<KeyValuePair<ConversationId, DateTime?>> idLastSyncTimePairs,
	FolderId contextFolderId,
	FolderId destinationFolderId,
	CancellationToken token = default
)

Параметры

idLastSyncTimePairs  IEnumerableKeyValuePairConversationId, NullableDateTime
The pairs of Id of conversation whose items should be moved and the dateTime conversation was last synced (Items received after that dateTime will not be moved).
contextFolderId  FolderId
The Id of the folder that contains the conversation.
destinationFolderId  FolderId
The Id of the destination folder.
token  CancellationToken  (Optional)
 

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

TaskServiceResponseCollectionServiceResponse

См. также