Modifier and Type | Method and Description |
---|---|
AppointmentCollection |
AppointmentPageInfo.getItems()
Gets collection of ExchangeMessageInfo objects
|
AppointmentCollection |
IEWSClient.listAppointments(int itemsPerPage)
Deprecated.
|
AppointmentCollection |
IEWSClient.listAppointments(int itemsPerPage,
int itemOffset)
Deprecated.
|
AppointmentCollection |
IEWSClient.listAppointments(MailQuery query,
int itemsPerPage)
Deprecated.
|
AppointmentCollection |
IEWSClient.listAppointments(MailQuery query,
int itemsPerPage,
int itemOffset)
Deprecated.
|
AppointmentCollection |
IEWSClient.listAppointments(String folderUri,
int itemsPerPage)
Deprecated.
|
AppointmentCollection |
IEWSClient.listAppointments(String folderUri,
int itemsPerPage,
int itemOffset)
Deprecated.
|
AppointmentCollection |
IEWSClient.listAppointments(String folderUri,
MailQuery query,
int itemsPerPage)
Deprecated.
|
AppointmentCollection |
IEWSClient.listAppointments(String folderUri,
MailQuery query,
int itemsPerPage,
int itemOffset)
Deprecated.
|
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
|
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.