ListAppointments
ListAppointments (1 of 8)
Retrieves list of appointments for default calendar folder
Returns: Returns array of appointments
ListAppointments()
ListAppointments (2 of 8)
Retrieves list of appointments for default calendar folder
Returns: Returns array of appointments
ListAppointments(bool recursive)
| Parameter | Description |
|---|---|
| recursive | Indicates whether recursive listing or not. |
ListAppointments (3 of 8)
Retrieves list of appointments for default calendar folder
Returns: Returns array of appointments
ListAppointments(System::SharedPtr < Tools::Search::MailQuery > query)
| Parameter | Description |
|---|---|
| query | MailQuery that represents appointments search criteria. |
ListAppointments (4 of 8)
Retrieves list of appointments for default calendar folder
Returns: Returns array of appointments
ListAppointments(System::SharedPtr < Tools::Search::MailQuery > query, bool recursive)
| Parameter | Description |
|---|---|
| query | MailQuery that represents appointments search criteria. |
| recursive | Indicates whether recursive listing or not. |
ListAppointments (5 of 8)
Retrieves list of appointments for default calendar folder
Returns: Returns array of appointments
ListAppointments(System::String folderUri)
| Parameter | Description |
|---|---|
| extendedProperties | Extended properties of retrieved item |
ListAppointments (6 of 8)
Retrieves list of appointments for specified calendar folder
Returns: Returns array of appointments
ListAppointments(System::String folderUri, bool recursive)
| Parameter | Description |
|---|---|
| folderUri | A folder to search appointments in. |
| recursive | Indicates whether recursive listing or not. |
ListAppointments (7 of 8)
Retrieves list of appointments for specified calendar folder
Returns: Returns array of appointments
ListAppointments(System::String folderUri, System::SharedPtr < Tools::Search::MailQuery > query)
| Parameter | Description |
|---|---|
| folderUri | A folder to search appointments in. |
| query | MailQuery that represents appointments search criteria. |
ListAppointments (8 of 8)
Retrieves list of appointments for specified calendar folder
Returns: Returns array of appointments
ListAppointments(System::String folderUri, System::SharedPtr < Tools::Search::MailQuery > query, bool recursive)
| Parameter | Description |
|---|---|
| folderUri | A folder to search appointments in. |
| query | MailQuery that represents appointments search criteria. |
| recursive | Indicates whether recursive listing or not. |