| IMailAppointments Property |
Gets the list of all appointments in this email message.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax ReadOnlyCollection<Appointment> Appointments { get; }
ReadOnly Property Appointments As ReadOnlyCollection(Of Appointment)
Get
property ReadOnlyCollection<Appointment^>^ Appointments {
ReadOnlyCollection<Appointment^>^ get ();
}
abstract Appointments : ReadOnlyCollection<Appointment> with get
Property Value
Type:
ReadOnlyCollectionAppointmentSee Also