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

ExchangeServiceCopyItemsInConversations - метод

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

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

Параметры

idLastSyncTimePairs
Тип: System.Collections.GenericIEnumerableKeyValuePairConversationId, NullableDateTime
The pairs of Id of conversation whose items should be copied and the date and time conversation was last synced (Items received after that date will not be copied).
contextFolderId
Тип: Tessa.Exchange.WebServices.DataFolderId
The context folder id.
destinationFolderId
Тип: Tessa.Exchange.WebServices.DataFolderId
The destination folder id.
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskServiceResponseCollectionServiceResponse
См. также