| 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
)
Public Function Accept (
email As String
) As Appointment
public:
Appointment^ Accept(
String^ email
)
member Accept :
email : string -> Appointment
Parameters
- email
- Type: SystemString
Email of user that accepted the event.
Return Value
Type:
AppointmentNew appointment.
See Also