|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.ServiceObject
microsoft.exchange.webservices.data.ResponseObject<TMessage>
microsoft.exchange.webservices.data.CalendarResponseMessageBase<TMessage>
TMessage
- The type of message that is created when this response message is
saved.public abstract class CalendarResponseMessageBase<TMessage extends EmailMessage>
Represents the base class for all calendar-related response messages.
Method Summary | |
---|---|
CalendarActionResults |
calendarSave()
Saves the response in the Drafts folder. |
CalendarActionResults |
calendarSave(FolderId destinationFolderId)
Saves the response in the specified folder. |
CalendarActionResults |
calendarSave(WellKnownFolderName destinationFolderName)
Saves the response in the specified folder. |
CalendarActionResults |
calendarSend()
Sends this response without saving a copy. |
CalendarActionResults |
calendarSendAndSaveCopy()
Sends this response ans saves a copy in the specified folder. |
CalendarActionResults |
calendarSendAndSaveCopy(FolderId destinationFolderId)
Sends this response ans saves a copy in the specified folder. |
CalendarActionResults |
calendarSendAndSaveCopy(WellKnownFolderName destinationFolderName)
Sends this response ans saves a copy in the specified folder. |
Methods inherited from class microsoft.exchange.webservices.data.ResponseObject |
---|
getSchema, internalCreate, internalDelete, internalLoad, save, save, save, send, sendAndSaveCopy, sendAndSaveCopy, sendAndSaveCopy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public CalendarActionResults calendarSave(FolderId destinationFolderId) throws java.lang.Exception
destinationFolderId
- The Id of the folder in which to save the response.
java.lang.Exception
- the exceptionpublic CalendarActionResults calendarSave(WellKnownFolderName destinationFolderName) throws java.lang.Exception
destinationFolderName
- The name of the folder in which to save the response.
java.lang.Exception
- the exceptionpublic CalendarActionResults calendarSave() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic CalendarActionResults calendarSend() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic CalendarActionResults calendarSendAndSaveCopy(FolderId destinationFolderId) throws java.lang.Exception
destinationFolderId
- The Id of the folder in which to save the copy of the message.
java.lang.Exception
- the exceptionpublic CalendarActionResults calendarSendAndSaveCopy(WellKnownFolderName destinationFolderName) throws java.lang.Exception
destinationFolderName
- the destination folder name
java.lang.Exception
- the exceptionpublic CalendarActionResults calendarSendAndSaveCopy() throws java.lang.Exception
java.lang.Exception
- the exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |