| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attendee> |
MeetingRequest.getOptionalAttendees()
Gets attendees that are not required to attend a meeting.
|
java.util.List<Attendee> |
Appointment.getOptionalAttendees()
Gets a scheduled resource for the appointment.
|
java.util.List<Attendee> |
MeetingRequest.getRequiredAttendees()
Gets attendees that are required to attend a meeting.
|
java.util.List<Attendee> |
Appointment.getRequiredAttendees()
Gets attendees that are required to attend the appointment.
|
java.util.List<Attendee> |
MeetingRequest.getResources()
Gets a scheduled resource for a meeting.
|
java.util.List<Attendee> |
Appointment.getResources()
Gets a scheduled resource for the appointment.
|