|
|||||||||
| 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 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(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 Exception
referenceItem - The reference item
Exception - the exception| Method Detail |
|---|
protected ServiceObjectSchema getSchema()
getSchema in class ResponseObject<TMessage extends EmailMessage>
public MessageBody getBody()
throws Exception
Exception - the exception
public void setBody(MessageBody value)
throws Exception
value - the new body
Exception - the exception
public EmailAddressCollection getToRecipients()
throws Exception
Exception - the exception
public EmailAddressCollection getCcRecipients()
throws Exception
Exception - the exception
public EmailAddressCollection getBccRecipients()
throws Exception
Exception - the exception
protected String getItemClass()
throws Exception
Exception - the exception
protected void setItemClass(String value)
throws Exception
value - the new item class
Exception - the exception
public Sensitivity getSensitivity()
throws Exception
Exception - the exception
public void setSensitivity(Sensitivity value)
throws Exception
value - the new sensitivity
Exception - the exception
public AttachmentCollection getAttachments()
throws Exception
Exception - the exception
protected InternetMessageHeaderCollection getInternetMessageHeaders()
throws Exception
Exception - the exception
public EmailAddress getSender()
throws Exception
Exception - the exception
public void setSender(EmailAddress value)
throws Exception
value - the new sender
Exception - the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||