Uses of Class
microsoft.exchange.webservices.data.misc.CalendarActionResults

Packages that use CalendarActionResults
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
 CalendarActionResults MeetingRequest.accept(boolean sendResponse)
          Accepts the meeting.
 CalendarActionResults ICalendarActionProvider.accept(boolean sendResponse)
          Implements the Accept method.
 CalendarActionResults Appointment.accept(boolean sendResponse)
          Accepts the meeting.
 CalendarActionResults MeetingRequest.acceptTentatively(boolean sendResponse)
          Tentatively accepts the meeting.
 CalendarActionResults ICalendarActionProvider.acceptTentatively(boolean sendResponse)
          Implements the AcceptTentatively method.
 CalendarActionResults Appointment.acceptTentatively(boolean sendResponse)
          Tentatively accepts the meeting.
 CalendarActionResults Appointment.cancelMeeting()
          Cancels the meeting and sends cancellation messages to all attendees.
 CalendarActionResults Appointment.cancelMeeting(String cancellationMessageText)
          Cancels the meeting and sends cancellation messages to all attendees.
 CalendarActionResults MeetingRequest.decline(boolean sendResponse)
          Declines the meeting invitation.
 CalendarActionResults ICalendarActionProvider.decline(boolean sendResponse)
          Implements the Decline method.
 CalendarActionResults Appointment.decline(boolean sendResponse)
          Declines the meeting invitation.
protected  CalendarActionResults MeetingRequest.internalAccept(boolean tentative, boolean sendResponse)
          Accepts the meeting.
protected  CalendarActionResults Appointment.internalAccept(boolean tentative, boolean sendResponse)
          Accepts the meeting.
 CalendarActionResults MeetingCancellation.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
 CalendarActionResults CalendarResponseMessageBase.calendarSave()
          Saves the response in the Drafts folder.
 CalendarActionResults CalendarResponseMessageBase.calendarSave(FolderId destinationFolderId)
          Saves the response in the specified folder.
 CalendarActionResults CalendarResponseMessageBase.calendarSave(WellKnownFolderName destinationFolderName)
          Saves the response in the specified folder.
 CalendarActionResults CalendarResponseMessageBase.calendarSend()
          Sends this response without saving a copy.
 CalendarActionResults CalendarResponseMessageBase.calendarSendAndSaveCopy()
          Sends this response ans saves a copy in the specified folder.
 CalendarActionResults CalendarResponseMessageBase.calendarSendAndSaveCopy(FolderId destinationFolderId)
          Sends this response ans saves a copy in the specified folder.
 CalendarActionResults CalendarResponseMessageBase.calendarSendAndSaveCopy(WellKnownFolderName destinationFolderName)
          Sends this response ans saves a copy in the specified folder.
 



Copyright © 2012–2015 Microsoft. All rights reserved.