|
|||||||||
| 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 Exception
destinationFolderId - The Id of the folder in which to save the response.
Exception - the exception
public CalendarActionResults calendarSave(WellKnownFolderName destinationFolderName)
throws Exception
destinationFolderName - The name of the folder in which to save the response.
Exception - the exception
public CalendarActionResults calendarSave()
throws Exception
Exception - the exception
public CalendarActionResults calendarSend()
throws Exception
Exception - the exception
public CalendarActionResults calendarSendAndSaveCopy(FolderId destinationFolderId)
throws Exception
destinationFolderId - The Id of the folder in which to save the copy of the message.
Exception - the exception
public CalendarActionResults calendarSendAndSaveCopy(WellKnownFolderName destinationFolderName)
throws Exception
destinationFolderName - the destination folder name
Exception - the exception
public CalendarActionResults calendarSendAndSaveCopy()
throws Exception
Exception - the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||