ResponseObjectTMessageSendAndSaveCopy(FolderId, CancellationToken) - метод |
Sends this response and saves a copy in the specified 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 SendAndSaveCopy(
FolderId destinationFolderId,
CancellationToken token = default
)
Public Function SendAndSaveCopy (
destinationFolderId As FolderId,
Optional token As CancellationToken = Nothing
) As Task
public:
Task^ SendAndSaveCopy(
FolderId^ destinationFolderId,
CancellationToken token = CancellationToken()
)
member SendAndSaveCopy :
destinationFolderId : FolderId *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task
Параметры
- destinationFolderId
- Тип: Tessa.Exchange.WebServices.DataFolderId
The Id of the folder in which to save the copy of the message. - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskСм. также