ConversationMoveItemsInConversation - метод |
Moves 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.5.0.19
Синтаксис public Task MoveItemsInConversation(
FolderId contextFolderId,
FolderId destinationFolderId
)
Public Function MoveItemsInConversation (
contextFolderId As FolderId,
destinationFolderId As FolderId
) As Task
public:
Task^ MoveItemsInConversation(
FolderId^ contextFolderId,
FolderId^ destinationFolderId
)
member MoveItemsInConversation :
contextFolderId : FolderId *
destinationFolderId : FolderId -> Task
Параметры
- contextFolderId
- Тип: Tessa.Exchange.WebServices.DataFolderId
The Id of the folder items must belong to in order to be moved. If contextFolderId is null,
items across the entire mailbox are moved. - destinationFolderId
- Тип: Tessa.Exchange.WebServices.DataFolderId
The Id of the destination folder.
Возвращаемое значение
Тип:
TaskСм. также