Adds new event to the Events collection.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public Event AddEvent()
Visual Basic
Public Function AddEvent As Event
Visual C++
public:
Event^ AddEvent()

Return Value

Event that was added.

See Also