| ExchangeService Class |
Namespace: Avaya.ClientServices
public class ExchangeService
The ExchangeService type exposes the following members.
| Name | Description | |
|---|---|---|
| IsServiceAvailable |
Returns true if the Exchange service is available, false otherwise.
| |
| SelectedCalendars |
Gets or sets the list of selected calendars from the available calendars.
|
| Name | Description | |
|---|---|---|
| FetchAllCalendars |
Initiates a network request to fetch all calendars from the Exchange service.
| |
| FetchAllMeetingsInCalendars |
Initiates a network request to fetch all meetings in the specified calendars for a specific date range from the Exchange service.
|
| Name | Description | |
|---|---|---|
| CalendarListUpdated |
Occurs when the calendar list is updated.
| |
| ExchangeServiceAvailable |
Occurs when the Exchange service becomes available.
| |
| ExchangeServiceUnavailable |
Occurs when the Exchange service becomes unavailable.
| |
| MeetingListUpdated |
Occurs when the meeting list is updated.
The event args will include the list of calendars whose meetings were updated.
|