Class AppointmentCollection
AppointmentCollection class
Represents a collection of Appointment objects.
public class AppointmentCollection : List<Appointment>
Constructors
| Name | Description |
|---|---|
| AppointmentCollection() | Initializes a new instance of the AppointmentCollection class that is empty. |
| AppointmentCollection(IEnumerable<Appointment>) | Initializes a new instance of the AppointmentCollection class |
Methods
| Name | Description |
|---|---|
| implicit operator | Converts array of appointments to collection |
See Also
- class Appointment
- namespace Aspose.Email.Calendar
- assembly Aspose.Email