IEWSClient.ListAppointmentsByPage

ListAppointmentsByPage(int)

Retrieves page with appointments for calendar folder

public AppointmentPageInfo ListAppointmentsByPage(int itemsPerPage)
ParameterTypeDescription
itemsPerPageInt32A number of items in page

Return Value

Returns page with appointments

See Also


ListAppointmentsByPage(string, int)

Retrieves page with appointments for specified calendar folder

public AppointmentPageInfo ListAppointmentsByPage(string folderUri, int itemsPerPage)
ParameterTypeDescription
folderUriStringA folder to search appointments in.
itemsPerPageInt32A number of items in page

Return Value

Returns collection of appointments

See Also


ListAppointmentsByPage(MailQuery, int)

Retrieves page with appointments for calendar folder

public AppointmentPageInfo ListAppointmentsByPage(MailQuery query, int itemsPerPage)
ParameterTypeDescription
queryMailQueryMailQuery that represents appointments search criteria.
itemsPerPageInt32A number of items in page

Return Value

Returns page with appointments

See Also


ListAppointmentsByPage(string, MailQuery, int)

Retrieves page with appointments for specified calendar folder

public AppointmentPageInfo ListAppointmentsByPage(string folderUri, MailQuery query, 
    int itemsPerPage)
ParameterTypeDescription
folderUriStringA folder to search appointments in.
queryMailQueryMailQuery that represents appointments search criteria.
itemsPerPageInt32A number of items in page

Return Value

Returns page with appointments

See Also


ListAppointmentsByPage(int, int)

Retrieves page with appointments for calendar folder

public AppointmentPageInfo ListAppointmentsByPage(int itemsPerPage, int itemOffset)
ParameterTypeDescription
itemsPerPageInt32A number of items in page
itemOffsetInt32An offset of next item in view

Return Value

Returns page with appointments

See Also


ListAppointmentsByPage(string, int, int)

Retrieves page with appointments for specified calendar folder

public AppointmentPageInfo ListAppointmentsByPage(string folderUri, int itemsPerPage, 
    int itemOffset)
ParameterTypeDescription
folderUriStringA folder to search appointments in.
itemsPerPageInt32A number of items in page
itemOffsetInt32An offset of next item in view

Return Value

Returns page with appointments

See Also


ListAppointmentsByPage(MailQuery, int, int)

Retrieves page with appointments for calendar folder

public AppointmentPageInfo ListAppointmentsByPage(MailQuery query, int itemsPerPage, int itemOffset)
ParameterTypeDescription
queryMailQueryMailQuery that represents appointments search criteria.
itemsPerPageInt32A number of items in page
itemOffsetInt32An offset of next item in view

Return Value

Returns page with appointments

See Also


ListAppointmentsByPage(string, MailQuery, int, int)

Retrieves page with appointments for specified calendar folder

public AppointmentPageInfo ListAppointmentsByPage(string folderUri, MailQuery query, 
    int itemsPerPage, int itemOffset)
ParameterTypeDescription
folderUriStringA folder to search appointments in.
queryMailQueryMailQuery that represents appointments search criteria.
itemsPerPageInt32A number of items in page
itemOffsetInt32An offset of next item in view

Return Value

Returns page with appointments

See Also