Gets first alarm from the Alarms list or nullNothingnullptra null reference (Nothing in Visual Basic) if there are no alarms for this event.

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

Syntax

C#
public Alarm Alarm { get; }
Visual Basic
Public ReadOnly Property Alarm As Alarm
	Get
Visual C++
public:
property Alarm^ Alarm {
	Alarm^ get ();
}

See Also