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