ItemSave(CancellationToken) - метод
Saves this item in the default folder based on the item's type (for example, an e-mail message is saved to the Drafts folder).
Calling this method results in at least one call to EWS. Mutliple calls to EWS might be made if attachments have been added.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public Task Save(
CancellationToken token = default
)
Public Function Save (
Optional token As CancellationToken = Nothing
) As Task
public:
Task^ Save(
CancellationToken token = CancellationToken()
)
member Save :
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task
- token CancellationToken (Optional)
-
Task