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.23341.1754
Syntax
public Appointment Accept(
	string email
)

Parameters

email
Type: SystemString
Email of user that accepted the event.

Return Value

Type: Appointment
New appointment.
See Also