ExchangeService.CopyItemsInConversations 方法

定义

将指定会话中的项目复制到指定的目标文件夹。

public:
 Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::ServiceResponse ^> ^ CopyItemsInConversations(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> CopyItemsInConversations (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 CopyItemsInConversations (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 Web Services (EWS) 。

适用于