|
||||||||
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>
microsoft.exchange.webservices.data.CalendarResponseMessage<TMessage>
TMessage
- The type of message that is created when this response message is
saved.public abstract class CalendarResponseMessage<TMessage extends EmailMessage>
Represents the base class for accept, tentatively accept and decline response messages.
Constructor Summary | |
---|---|
protected |
CalendarResponseMessage(Item referenceItem)
Initializes a new instance of the CalendarResponseMessage class. |
Method Summary | |
---|---|
AttachmentCollection |
getAttachments()
Gets a list of attachments to this response. |
EmailAddressCollection |
getBccRecipients()
Gets a list of recipients this response will be sent to as Bcc. |
MessageBody |
getBody()
Gets the body of the response. |
EmailAddressCollection |
getCcRecipients()
Gets a list of recipients the response will be sent to as Cc. |
protected InternetMessageHeaderCollection |
getInternetMessageHeaders()
Gets the internet message headers. |
protected java.lang.String |
getItemClass()
Gets the item class. |
protected ServiceObjectSchema |
getSchema()
Internal method to return the schema associated with this type of object. |
EmailAddress |
getSender()
Gets the sender of this response. |
Sensitivity |
getSensitivity()
Gets the sensitivity of this response. |
EmailAddressCollection |
getToRecipients()
Gets a list of recipients the response will be sent to. |
void |
setBody(MessageBody value)
Sets the body. |
protected void |
setItemClass(java.lang.String value)
Sets the item class. |
void |
setSender(EmailAddress value)
Sets the sender. |
void |
setSensitivity(Sensitivity value)
Sets the sensitivity. |
Methods inherited from class microsoft.exchange.webservices.data.CalendarResponseMessageBase |
---|
calendarSave, calendarSave, calendarSave, calendarSend, calendarSendAndSaveCopy, calendarSendAndSaveCopy, calendarSendAndSaveCopy |
Methods inherited from class microsoft.exchange.webservices.data.ResponseObject |
---|
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 |
Constructor Detail |
---|
protected CalendarResponseMessage(Item referenceItem) throws java.lang.Exception
referenceItem
- The reference item
java.lang.Exception
- the exceptionMethod Detail |
---|
protected ServiceObjectSchema getSchema()
getSchema
in class ResponseObject<TMessage extends EmailMessage>
public MessageBody getBody() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic void setBody(MessageBody value) throws java.lang.Exception
value
- the new body
java.lang.Exception
- the exceptionpublic EmailAddressCollection getToRecipients() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic EmailAddressCollection getCcRecipients() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic EmailAddressCollection getBccRecipients() throws java.lang.Exception
java.lang.Exception
- the exceptionprotected java.lang.String getItemClass() throws java.lang.Exception
java.lang.Exception
- the exceptionprotected void setItemClass(java.lang.String value) throws java.lang.Exception
value
- the new item class
java.lang.Exception
- the exceptionpublic Sensitivity getSensitivity() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic void setSensitivity(Sensitivity value) throws java.lang.Exception
value
- the new sensitivity
java.lang.Exception
- the exceptionpublic AttachmentCollection getAttachments() throws java.lang.Exception
java.lang.Exception
- the exceptionprotected InternetMessageHeaderCollection getInternetMessageHeaders() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic EmailAddress getSender() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic void setSender(EmailAddress value) throws java.lang.Exception
value
- the new sender
java.lang.Exception
- the exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |