Поделиться через


ExchangeService.MoveItemsInConversations Метод

Определение

Перемещает элементы из указанной беседы в указанную целевую папку.

public:
 Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::ServiceResponse ^> ^ MoveItemsInConversations(System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<Microsoft::Exchange::WebServices::Data::ConversationId ^, Nullable<DateTime>>> ^ idLastSyncTimePairs, Microsoft::Exchange::WebServices::Data::FolderId ^ contextFolderId, Microsoft::Exchange::WebServices::Data::FolderId ^ destinationFolderId);
public Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<Microsoft.Exchange.WebServices.Data.ServiceResponse> MoveItemsInConversations (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Microsoft.Exchange.WebServices.Data.ConversationId,Nullable<DateTime>>> idLastSyncTimePairs, Microsoft.Exchange.WebServices.Data.FolderId contextFolderId, Microsoft.Exchange.WebServices.Data.FolderId destinationFolderId);
Public Function MoveItemsInConversations (idLastSyncTimePairs As IEnumerable(Of KeyValuePair(Of ConversationId, Nullable(Of DateTime))), contextFolderId As FolderId, destinationFolderId As FolderId) As ServiceResponseCollection(Of ServiceResponse)

Параметры

idLastSyncTimePairs
IEnumerable<KeyValuePair<ConversationId,Nullable<DateTime>>>

Идентификатор беседы, элементы которой должны быть перемещены, а также дата и время последней синхронизации беседы. Элементы, полученные после этой даты, не будут перемещены.

contextFolderId
FolderId

Идентификатор папки, содержащей указанную беседу.

destinationFolderId
FolderId

Идентификатор конечной папки.

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

Коллекция ответов.

Комментарии

Вызов этого метода приводит к вызову веб-служб Exchange (EWS).

Применяется к