Class CalendarResponseMessageBase<TMessage extends EmailMessage>

    • Method Detail

      • calendarSave

        public CalendarActionResults calendarSave​(FolderId destinationFolderId)
                                           throws Exception
        Saves the response in the specified folder. Calling this method results in a call to EWS.
        Parameters:
        destinationFolderId - The Id of the folder in which to save the response.
        Returns:
        A CalendarActionResults object containing the various item that were created or modified as a results of this operation.
        Throws:
        Exception - the exception
      • calendarSave

        public CalendarActionResults calendarSave​(WellKnownFolderName destinationFolderName)
                                           throws Exception
        Saves the response in the specified folder. Calling this method results in a call to EWS.
        Parameters:
        destinationFolderName - The name of the folder in which to save the response.
        Returns:
        A CalendarActionResults object containing the various item that were created or modified as a results of this operation.
        Throws:
        Exception - the exception
      • calendarSave

        public CalendarActionResults calendarSave()
                                           throws Exception
        Saves the response in the Drafts folder. Calling this method results in a call to EWS.
        Returns:
        A CalendarActionResults object containing the various item that were created or modified as a results of this operation.
        Throws:
        Exception - the exception
      • calendarSend

        public CalendarActionResults calendarSend()
                                           throws Exception
        Sends this response without saving a copy. Calling this method results in a call to EWS.
        Returns:
        A CalendarActionResults object containing the various item that were created or modified as a results of this operation.
        Throws:
        Exception - the exception
      • calendarSendAndSaveCopy

        public CalendarActionResults calendarSendAndSaveCopy​(FolderId destinationFolderId)
                                                      throws Exception
        Sends this response ans saves a copy in the specified folder. Calling this method results in a call to EWS.
        Parameters:
        destinationFolderId - The Id of the folder in which to save the copy of the message.
        Returns:
        A CalendarActionResults object containing the various item that were created or modified as a results of this operation.
        Throws:
        Exception - the exception
      • calendarSendAndSaveCopy

        public CalendarActionResults calendarSendAndSaveCopy​(WellKnownFolderName destinationFolderName)
                                                      throws Exception
        Sends this response ans saves a copy in the specified folder. Calling this method results in a call to EWS.
        Parameters:
        destinationFolderName - the destination folder name
        Returns:
        A CalendarActionResults object containing the various item that were created or modified as a results of this operation.
        Throws:
        Exception - the exception
      • calendarSendAndSaveCopy

        public CalendarActionResults calendarSendAndSaveCopy()
                                                      throws Exception
        Sends this response ans saves a copy in the specified folder. Calling this method results in a call to EWS.
        Returns:
        A CalendarActionResults object containing the various item that were created or modified as a results of this operation.
        Throws:
        Exception - the exception