|
||||||||
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<EmailMessage>
microsoft.exchange.webservices.data.ResponseMessage
public final class ResponseMessage
The Class ResponseMessage.
Method Summary | |
---|---|
EmailAddressCollection |
getBccRecipients()
* Gets a list of recipients the response will be sent to as Cc. |
MessageBody |
getBody()
* Gets the body of the response. |
MessageBody |
getBodyPrefix()
* Gets the body prefix of this response. |
EmailAddressCollection |
getCcRecipients()
* Gets a list of recipients the response will be sent to as Cc. |
protected ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the minimum required server version. |
ResponseMessageType |
getResponseType()
* Gets a value indicating the type of response this object represents. |
protected ServiceObjectSchema |
getSchema()
Internal method to return the schema associated with this type of object. |
java.lang.String |
getSubject()
* Gets the subject of this response. |
EmailAddressCollection |
getToRecipients()
* Gets a list of recipients the response will be sent to. |
protected java.lang.String |
getXmlElementNameOverride()
This methods lets subclasses of ServiceObject override the default mechanism by which the XML element name associated with their type is retrieved. |
void |
setBody(MessageBody value)
Sets the body. |
void |
setBodyPrefix(MessageBody value)
Sets the body prefix. |
void |
setSubject(java.lang.String value)
Sets the subject. |
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 |
Method Detail |
---|
protected ServiceObjectSchema getSchema()
getSchema
in class ResponseObject<EmailMessage>
protected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion
in class ServiceObject
protected java.lang.String getXmlElementNameOverride()
getXmlElementNameOverride
in class ServiceObject
public ResponseMessageType getResponseType()
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 exceptionpublic java.lang.String getSubject() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic void setSubject(java.lang.String value) throws java.lang.Exception
value
- the new subject
java.lang.Exception
- the exceptionpublic MessageBody getBodyPrefix() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic void setBodyPrefix(MessageBody value) throws java.lang.Exception
value
- the new body prefix
java.lang.Exception
- the exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |