ExchangeServiceMoveItemsInConversations - метод |
Moves 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>> MoveItemsInConversations(
IEnumerable<KeyValuePair<ConversationId, DateTime?>> idLastSyncTimePairs,
FolderId contextFolderId,
FolderId destinationFolderId,
CancellationToken token = default
)
Public Function MoveItemsInConversations (
idLastSyncTimePairs As IEnumerable(Of KeyValuePair(Of ConversationId, DateTime?)),
contextFolderId As FolderId,
destinationFolderId As FolderId,
Optional token As CancellationToken = Nothing
) As Task(Of ServiceResponseCollection(Of ServiceResponse))
public:
Task<ServiceResponseCollection<ServiceResponse^>^>^ MoveItemsInConversations(
IEnumerable<KeyValuePair<ConversationId^, Nullable<DateTime>>>^ idLastSyncTimePairs,
FolderId^ contextFolderId,
FolderId^ destinationFolderId,
CancellationToken token = CancellationToken()
)
member MoveItemsInConversations :
idLastSyncTimePairs : IEnumerable<KeyValuePair<ConversationId, Nullable<DateTime>>> *
contextFolderId : FolderId *
destinationFolderId : FolderId *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<ServiceResponseCollection<ServiceResponse>>
Параметры
- idLastSyncTimePairs
- Тип: System.Collections.GenericIEnumerableKeyValuePairConversationId, NullableDateTime
The pairs of Id of conversation whose
items should be moved and the dateTime conversation was last synced
(Items received after that dateTime will not be moved). - contextFolderId
- Тип: Tessa.Exchange.WebServices.DataFolderId
The Id of the folder that contains the conversation. - destinationFolderId
- Тип: Tessa.Exchange.WebServices.DataFolderId
The Id of the destination folder. - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskServiceResponseCollectionServiceResponseСм. также