Uses of Class
microsoft.exchange.webservices.data.misc.CalendarActionResults
-
Packages that use CalendarActionResults Package Description microsoft.exchange.webservices.data.core.service.item microsoft.exchange.webservices.data.core.service.response -
-
Uses of CalendarActionResults in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return CalendarActionResults Modifier and Type Method Description CalendarActionResultsAppointment. accept(boolean sendResponse)Accepts the meeting.CalendarActionResultsICalendarActionProvider. accept(boolean sendResponse)Implements the Accept method.CalendarActionResultsMeetingRequest. accept(boolean sendResponse)Accepts the meeting.CalendarActionResultsAppointment. acceptTentatively(boolean sendResponse)Tentatively accepts the meeting.CalendarActionResultsICalendarActionProvider. acceptTentatively(boolean sendResponse)Implements the AcceptTentatively method.CalendarActionResultsMeetingRequest. acceptTentatively(boolean sendResponse)Tentatively accepts the meeting.CalendarActionResultsAppointment. cancelMeeting()Cancels the meeting and sends cancellation messages to all attendees.CalendarActionResultsAppointment. cancelMeeting(String cancellationMessageText)Cancels the meeting and sends cancellation messages to all attendees.CalendarActionResultsAppointment. decline(boolean sendResponse)Declines the meeting invitation.CalendarActionResultsICalendarActionProvider. decline(boolean sendResponse)Implements the Decline method.CalendarActionResultsMeetingRequest. decline(boolean sendResponse)Declines the meeting invitation.protected CalendarActionResultsAppointment. internalAccept(boolean tentative, boolean sendResponse)Accepts the meeting.protected CalendarActionResultsMeetingRequest. internalAccept(boolean tentative, boolean sendResponse)Accepts the meeting.CalendarActionResultsMeetingCancellation. removeMeetingFromCalendar()Removes the meeting associated with the cancellation message from the user's calendar. -
Uses of CalendarActionResults in microsoft.exchange.webservices.data.core.service.response
Methods in microsoft.exchange.webservices.data.core.service.response that return CalendarActionResults Modifier and Type Method Description CalendarActionResultsCalendarResponseMessageBase. calendarSave()Saves the response in the Drafts folder.CalendarActionResultsCalendarResponseMessageBase. calendarSave(WellKnownFolderName destinationFolderName)Saves the response in the specified folder.CalendarActionResultsCalendarResponseMessageBase. calendarSave(FolderId destinationFolderId)Saves the response in the specified folder.CalendarActionResultsCalendarResponseMessageBase. calendarSend()Sends this response without saving a copy.CalendarActionResultsCalendarResponseMessageBase. calendarSendAndSaveCopy()Sends this response ans saves a copy in the specified folder.CalendarActionResultsCalendarResponseMessageBase. calendarSendAndSaveCopy(WellKnownFolderName destinationFolderName)Sends this response ans saves a copy in the specified folder.CalendarActionResultsCalendarResponseMessageBase. calendarSendAndSaveCopy(FolderId destinationFolderId)Sends this response ans saves a copy in the specified folder.
-