| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
ResponseType |
MeetingRequest.getMyResponse()
Gets the status of or response to a calendar item.
|
ResponseType |
Appointment.getMyResponse()
Gets the status of or response to the appointment.
|
ResponseType |
MeetingMessage.getResponseType()
Gets the type of recipient response received for a meeting.
|
ResponseType |
Attendee.getResponseType()
Gets the type of recipient response that is received for a meeting.
|
static ResponseType |
ResponseType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResponseType[] |
ResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attendee.setResponseType(ResponseType responseType)
Sets the type of recipient response that is received for a meeting.
|
| Constructor and Description |
|---|
Attendee(Mailbox mailbox,
ResponseType responseType)
Initializes a new instance of the Attendee class.
|
Attendee(java.lang.String emailAddress,
ResponseType responseType)
Initializes a new instance of the Attendee class.
|
Attendee(java.lang.String emailAddress,
java.lang.String name,
ResponseType responseType)
Initializes a new instance of the Attendee class.
|