|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.compoze.exchange.webdav.AbstractItem
|
+--com.compoze.exchange.webdav.AbstractMessage
|
+--com.compoze.exchange.webdav.Message
|
+--com.compoze.exchange.webdav.Report
This class extends AbstractMessage to represent a message that is
a report.
| Fields inherited from class com.compoze.exchange.webdav.Message |
FORWARD_PREFIX, REPLY_PREFIX |
| Method Summary | |
java.lang.Object |
clone()
Creates and returns a copy of this object. |
Message |
getMessage()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetMessage() |
Message |
getMessage(Folder folder)
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetMessage(Folder) |
java.lang.String |
getOriginalDisplayBcc()
Gets the original display 'Bcc:'. |
java.lang.String |
getOriginalDisplayCc()
Gets the original display 'Cc:'. |
java.lang.String |
getOriginalDisplayTo()
Gets the original display 'To:'. |
java.util.Date |
getOriginalSubmitTime()
Gets the original submit time. |
java.lang.String |
getOringalSubject()
Gets the original subject. |
static java.util.List |
getProperties()
Gets a list of properties pertaining to a message. |
Message |
serverGetMessage()
Queries the server for the message embedded within this report to resend. |
Message |
serverGetMessage(Folder folder)
Queries the server for the message embedded within this report to resend. |
Message |
serverReply()
Requests the server to create a message to reply with. |
Message |
serverReply(Folder folder,
boolean bReplyAll)
Requests the server to create a message to reply with. |
Message |
serverReplyAll()
Requests the server to create a message to reply all with. |
void |
serverSend()
Requests the server to send the message using the user's mailbox. |
void |
serverSend(Mailbox mailbox)
Requests the server to send the message using the specified user mailbox. |
void |
serverSend(java.lang.String sMailSubmissionURI)
Requests the server to send the message using the specified submission URI. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class com.compoze.exchange.webdav.AbstractItem |
copy, copy, copy, createFilename, delete, equals, getContentClass, getCreationDate, getDateLastModified, getDisplayName, getFile, getHRef, getID, getParentFolder, getPermanentURL, getUID, isFolder, isHidden, isReadOnly, isRoot, move, move, move, serverCopyTo, serverCopyTo, serverCopyTo, serverCopyTo, serverDelete, serverGetParentFolder, serverMoveTo, serverMoveTo, serverMoveTo, serverMoveTo, serverUpdate, setContentClass, setContentClass, setHidden, setReadOnly, setReleased, setType, setUID, update, update, validate |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public java.lang.String getOriginalDisplayTo()
public java.lang.String getOriginalDisplayCc()
public java.lang.String getOriginalDisplayBcc()
public java.lang.String getOringalSubject()
public java.util.Date getOriginalSubmitTime()
public Message getMessage()
throws ExchangeException
serverGetMessage()
null if not presentExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public Message serverGetMessage()
throws ExchangeException
null if not presentExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public Message getMessage(Folder folder)
throws ExchangeException
serverGetMessage(Folder)
folder - folder to create message in.null if not presentExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public Message serverGetMessage(Folder folder)
throws ExchangeException
folder - folder to create message in.null if not presentExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public void serverSend()
throws ExchangeException
MessageserverSend in class MessageUnsupportedOperationException - if the send operation
is not supported by this report.
public void serverSend(Mailbox mailbox)
throws ExchangeException
MessageserverSend in class MessageUnsupportedOperationException - if the send operation
is not supported by this report.
public void serverSend(java.lang.String sMailSubmissionURI)
throws ExchangeException
MessageserverSend in class MessageUnsupportedOperationException - if the send operation
is not supported by this report.
public Message serverReply()
throws ExchangeException
MessageserverReply in class MessageUnsupportedOperationException - if the reply operation
is not supported by this report.
public Message serverReplyAll()
throws ExchangeException
MessageserverReplyAll in class MessageUnsupportedOperationException - if the replyAll operation
is not supported by this report.
public Message serverReply(Folder folder,
boolean bReplyAll)
throws ExchangeException
MessageserverReply in class MessageUnsupportedOperationException - if the reply operation
is not supported by this report.
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class Messagejava.lang.CloneNotSupportedException - if the object's class does not support the Cloneable interface.public java.lang.String toString()
toString in class Messagepublic static java.util.List getProperties()
Message.getProperties()
|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||