|
|||||||||
| 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. |
String |
getSubject()
* Gets the subject of this response. |
EmailAddressCollection |
getToRecipients()
* Gets a list of recipients the response will be sent to. |
protected 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(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 ServiceObjectprotected String getXmlElementNameOverride()
getXmlElementNameOverride in class ServiceObjectpublic ResponseMessageType getResponseType()
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
public String getSubject()
throws Exception
Exception - the exception
public void setSubject(String value)
throws Exception
value - the new subject
Exception - the exception
public MessageBody getBodyPrefix()
throws Exception
Exception - the exception
public void setBodyPrefix(MessageBody value)
throws Exception
value - the new body prefix
Exception - the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||