Click or drag to resize

AppointmentDecline Method

Creates new appointment with Status set to Declined for users with specified email.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public Appointment Decline(
	string email
)

Parameters

email  String
Email of user that declined the event.

Return Value

Appointment
New appointment.
See Also