Click or drag to resize

AppointmentAccept Method

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

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

Parameters

email  String
Email of user that accepted the event.

Return Value

Appointment
New appointment.
See Also