IEWSClient.ListAppointmentsByPage
Contents
[
Hide
]ListAppointmentsByPage(int)
Retrieves page with appointments for calendar folder
public AppointmentPageInfo ListAppointmentsByPage(int itemsPerPage)
Parameter | Type | Description |
---|---|---|
itemsPerPage | Int32 | A number of items in page |
Return Value
Returns page with appointments
See Also
- class AppointmentPageInfo
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListAppointmentsByPage(string, int)
Retrieves page with appointments for specified calendar folder
public AppointmentPageInfo ListAppointmentsByPage(string folderUri, int itemsPerPage)
Parameter | Type | Description |
---|---|---|
folderUri | String | A folder to search appointments in. |
itemsPerPage | Int32 | A number of items in page |
Return Value
Returns collection of appointments
See Also
- class AppointmentPageInfo
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListAppointmentsByPage(MailQuery, int)
Retrieves page with appointments for calendar folder
public AppointmentPageInfo ListAppointmentsByPage(MailQuery query, int itemsPerPage)
Parameter | Type | Description |
---|---|---|
query | MailQuery | MailQuery that represents appointments search criteria. |
itemsPerPage | Int32 | A number of items in page |
Return Value
Returns page with appointments
See Also
- class AppointmentPageInfo
- class MailQuery
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListAppointmentsByPage(string, MailQuery, int)
Retrieves page with appointments for specified calendar folder
public AppointmentPageInfo ListAppointmentsByPage(string folderUri, MailQuery query,
int itemsPerPage)
Parameter | Type | Description |
---|---|---|
folderUri | String | A folder to search appointments in. |
query | MailQuery | MailQuery that represents appointments search criteria. |
itemsPerPage | Int32 | A number of items in page |
Return Value
Returns page with appointments
See Also
- class AppointmentPageInfo
- class MailQuery
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListAppointmentsByPage(int, int)
Retrieves page with appointments for calendar folder
public AppointmentPageInfo ListAppointmentsByPage(int itemsPerPage, int itemOffset)
Parameter | Type | Description |
---|---|---|
itemsPerPage | Int32 | A number of items in page |
itemOffset | Int32 | An offset of next item in view |
Return Value
Returns page with appointments
See Also
- class AppointmentPageInfo
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListAppointmentsByPage(string, int, int)
Retrieves page with appointments for specified calendar folder
public AppointmentPageInfo ListAppointmentsByPage(string folderUri, int itemsPerPage,
int itemOffset)
Parameter | Type | Description |
---|---|---|
folderUri | String | A folder to search appointments in. |
itemsPerPage | Int32 | A number of items in page |
itemOffset | Int32 | An offset of next item in view |
Return Value
Returns page with appointments
See Also
- class AppointmentPageInfo
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListAppointmentsByPage(MailQuery, int, int)
Retrieves page with appointments for calendar folder
public AppointmentPageInfo ListAppointmentsByPage(MailQuery query, int itemsPerPage, int itemOffset)
Parameter | Type | Description |
---|---|---|
query | MailQuery | MailQuery that represents appointments search criteria. |
itemsPerPage | Int32 | A number of items in page |
itemOffset | Int32 | An offset of next item in view |
Return Value
Returns page with appointments
See Also
- class AppointmentPageInfo
- class MailQuery
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListAppointmentsByPage(string, MailQuery, int, int)
Retrieves page with appointments for specified calendar folder
public AppointmentPageInfo ListAppointmentsByPage(string folderUri, MailQuery query,
int itemsPerPage, int itemOffset)
Parameter | Type | Description |
---|---|---|
folderUri | String | A folder to search appointments in. |
query | MailQuery | MailQuery that represents appointments search criteria. |
itemsPerPage | Int32 | A number of items in page |
itemOffset | Int32 | An offset of next item in view |
Return Value
Returns page with appointments
See Also
- class AppointmentPageInfo
- class MailQuery
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email