| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
Body |
Item.getBody()
Gets the actual body content of a message.
|
Body |
PostReplyItem.getNewBody()
Gets the new body content of a post item.
|
Body |
MessageResponse.getNewBody()
Gets the actual body content of a message.
|
Body |
Item.getTextBody()
Gets the text body.
|
Body |
Item.getUniqueBody()
Gets an HTML fragment or plain text which represents the unique body of this conversation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Item.setBody(Body body)
Sets the actual body content of a message.
|
void |
PostReplyItem.setNewBody(Body newBody)
Sets the new body content of a post item.
|
void |
MessageResponse.setNewBody(Body newBody)
Sets the actual body content of a message.
|