ItemSave(FolderId, CancellationToken) - метод
Saves this item in a specific 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) Версия: 3.6.0.22
public Task Save(
FolderId parentFolderId,
CancellationToken token = default
)
Public Function Save (
parentFolderId As FolderId,
Optional token As CancellationToken = Nothing
) As Task
public:
Task^ Save(
FolderId^ parentFolderId,
CancellationToken token = CancellationToken()
)
member Save :
parentFolderId : FolderId *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task
- parentFolderId FolderId
- The Id of the folder in which to save this item.
- token CancellationToken (Optional)
-
Task