Gets the list of all appointments in this email message.

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

Syntax

C#
ReadOnlyCollection<Appointment> Appointments { get; }
Visual Basic
ReadOnly Property Appointments As ReadOnlyCollection(Of Appointment)
	Get
Visual C++
property ReadOnlyCollection<Appointment^>^ Appointments {
	ReadOnlyCollection<Appointment^>^ get ();
}

See Also