AppointmentSave(FolderId, SendInvitationsMode, CancellationToken) - метод
Saves this appointment in the specified 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.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public Task Save(
FolderId destinationFolderId,
SendInvitationsMode sendInvitationsMode,
CancellationToken token = default
)
Public Function Save (
destinationFolderId As FolderId,
sendInvitationsMode As SendInvitationsMode,
Optional token As CancellationToken = Nothing
) As Task
public:
Task^ Save(
FolderId^ destinationFolderId,
SendInvitationsMode sendInvitationsMode,
CancellationToken token = CancellationToken()
)
member Save :
destinationFolderId : FolderId *
sendInvitationsMode : SendInvitationsMode *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task
- destinationFolderId FolderId
- The Id of the folder in which to save this appointment.
- sendInvitationsMode SendInvitationsMode
- Specifies if and how invitations should be sent if this appointment is a meeting.
- token CancellationToken (Optional)
-
Task