IEWSClient.ListAppointments
Contents
[
Hide
]ListAppointments()
Retrieves list of appointments for default calendar folder
public Appointment[] ListAppointments()
Return Value
Returns array of appointments
See Also
- class Appointment
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListAppointments(string)
Retrieves list of appointments for specified calendar folder
public Appointment[] ListAppointments(string folderUri)
| Parameter | Type | Description |
|---|---|---|
| folderUri | String | A folder to search appointments in. |
Return Value
Returns array of appointments
See Also
- class Appointment
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListAppointments(string, bool)
Retrieves list of appointments for specified calendar folder
public Appointment[] ListAppointments(string folderUri, bool recursive)
| Parameter | Type | Description |
|---|---|---|
| folderUri | String | A folder to search appointments in. |
| recursive | Boolean | Indicates whether recursive listing or not. |
Return Value
Returns array of appointments
See Also
- class Appointment
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListAppointments(bool)
Retrieves list of appointments for default calendar folder
public Appointment[] ListAppointments(bool recursive)
| Parameter | Type | Description |
|---|---|---|
| recursive | Boolean | Indicates whether recursive listing or not. |
Return Value
Returns array of appointments
See Also
- class Appointment
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListAppointments(MailQuery)
Retrieves list of appointments for default calendar folder
public Appointment[] ListAppointments(MailQuery query)
| Parameter | Type | Description |
|---|---|---|
| query | MailQuery | MailQuery that represents appointments search criteria. |
Return Value
Returns array of appointments
See Also
- class Appointment
- class MailQuery
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListAppointments(string, MailQuery)
Retrieves list of appointments for specified calendar folder
public Appointment[] ListAppointments(string folderUri, MailQuery query)
| Parameter | Type | Description |
|---|---|---|
| folderUri | String | A folder to search appointments in. |
| query | MailQuery | MailQuery that represents appointments search criteria. |
Return Value
Returns array of appointments
See Also
- class Appointment
- class MailQuery
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListAppointments(MailQuery, bool)
Retrieves list of appointments for default calendar folder
public Appointment[] ListAppointments(MailQuery query, bool recursive)
| Parameter | Type | Description |
|---|---|---|
| query | MailQuery | MailQuery that represents appointments search criteria. |
| recursive | Boolean | Indicates whether recursive listing or not. |
Return Value
Returns array of appointments
See Also
- class Appointment
- class MailQuery
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListAppointments(string, MailQuery, bool)
Retrieves list of appointments for specified calendar folder
public Appointment[] ListAppointments(string folderUri, MailQuery query, bool recursive)
| Parameter | Type | Description |
|---|---|---|
| folderUri | String | A folder to search appointments in. |
| query | MailQuery | MailQuery that represents appointments search criteria. |
| recursive | Boolean | Indicates whether recursive listing or not. |
Return Value
Returns array of appointments
See Also
- class Appointment
- class MailQuery
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email