| AppointmentAddEvent Method (Event) |
Adds event to the
Events collection.
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public void AddEvent(
Event e
)
Public Sub AddEvent (
e As Event
)
public:
void AddEvent(
Event^ e
)
member AddEvent :
e : Event -> unit
Parameters
- e
- Type: Limilabs.Mail.AppointmentsEvent
Event to add.
See Also