Modifier and Type | Method and Description |
---|---|
AppointmentCollection |
AppointmentPageInfo.getItems()
Gets collection of ExchangeMessageInfo objects
|
static AppointmentCollection |
AppointmentCollection.to_AppointmentCollection(Appointment[] appointments)
Converts array of appointments to collection
|
static AppointmentCollection |
AppointmentCollection.to_AppointmentCollection(com.aspose.ms.System.Collections.Generic.List<Appointment> appointments)
Converts list of appointments to collection
|
Modifier and Type | Method and Description |
---|---|
static Appointment[] |
AppointmentCollection.to_(AppointmentCollection appointments)
Converts collection of appointments to array
|
static com.aspose.ms.System.Collections.Generic.List<Appointment> |
AppointmentCollection.to_List(AppointmentCollection appointments)
Converts collection of appointments to list
|