|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.CalendarActionResults
public final class CalendarActionResults
Represents the results of an action performed on a calendar item or meeting message, such as accepting, tentatively accepting or declining a meeting request.
| Method Summary | |
|---|---|
Appointment |
getAppointment()
Gets the meeting that was accepted, tentatively accepted or declined. |
MeetingCancellation |
getMeetingCancellation()
Gets the copy of the meeting cancellation message sent by the organizer to the attendees of a meeting when the meeting is cancelled. |
MeetingRequest |
getMeetingRequest()
Gets the meeting request that was moved to the Deleted Items folder as a result of an attendee accepting, tentatively accepting or declining a meeting request. |
MeetingResponse |
getMeetingResponse()
Gets the copy of the response that is sent to the organizer of a meeting when the meeting is accepted, tentatively accepted or declined by an attendee. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Appointment getAppointment()
public MeetingRequest getMeetingRequest()
public MeetingResponse getMeetingResponse()
public MeetingCancellation getMeetingCancellation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||