Для изменения размера нажмите или перетащите

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) Версия: 3.5.0.19
Синтаксис
public Task Save(
	FolderId destinationFolderId,
	SendInvitationsMode sendInvitationsMode,
	CancellationToken token = default
)

Параметры

destinationFolderId
Тип: Tessa.Exchange.WebServices.DataFolderId
The Id of the folder in which to save this appointment.
sendInvitationsMode
Тип: Tessa.Exchange.WebServices.DataSendInvitationsMode
Specifies if and how invitations should be sent if this appointment is a meeting.
token (Optional)
Тип: System.ThreadingCancellationToken

Возвращаемое значение

Тип: Task
См. также