ConversationCopyItemsInConversation - метод
Copies items in the specified conversation to a specific folder. Calling this method results in a call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task CopyItemsInConversation(
FolderId contextFolderId,
FolderId destinationFolderId
)
Public Function CopyItemsInConversation (
contextFolderId As FolderId,
destinationFolderId As FolderId
) As Task
public:
Task^ CopyItemsInConversation(
FolderId^ contextFolderId,
FolderId^ destinationFolderId
)
member CopyItemsInConversation :
contextFolderId : FolderId *
destinationFolderId : FolderId -> Task
- contextFolderId FolderId
- The Id of the folder items must belong to in order to be copied. If contextFolderId
is null, items across the entire mailbox are copied.
- destinationFolderId FolderId
- The Id of the destination folder.
Task