| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
ReplyBody |
OutOfOffice.getExternalReply()
Gets the body of the OOF response message that is sent to external users.
|
ReplyBody |
OutOfOffice.getInternalReply()
Gets the body of the OOF response message that is sent to internal users.
|
ReplyBody |
OutOfOfficeMailTip.getReplyBody()
Gets an Out of Office (OOF) message and the language used for the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutOfOffice.setExternalReply(ReplyBody externalReply)
Sets the body of the OOF response message that is sent to external users.
|
void |
OutOfOffice.setInternalReply(ReplyBody internalReply)
Sets the body of the OOF response message that is sent to internal users.
|