 | IMailAppointments Property |
Gets the list of all appointments in this email message.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxReadOnlyCollection<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
ReadOnlyCollectionAppointment
See Also