AppointmentSave(WellKnownFolderName, 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.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task Save(
	WellKnownFolderName destinationFolderName,
	SendInvitationsMode sendInvitationsMode,
	CancellationToken token = default
)

Параметры

destinationFolderName  WellKnownFolderName
The name 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

См. также