public abstract class MessageResponse extends ResponseItem
| Constructor and Description |
|---|
MessageResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Mailbox> |
getBccRecipients()
Gets a collection of recipients to receive a blind carbon copy (Bcc) of an e-mail.
|
java.util.List<Mailbox> |
getCcRecipients()
Gets a collection of recipients that will receive a copy of the message.
|
Mailbox |
getFrom()
Gets the addressee from whom the message was sent.
|
Body |
getNewBody()
Gets the actual body content of a message.
|
Mailbox |
getReceivedBy()
Gets the delegate in a delegate access scenario.
|
Mailbox |
getReceivedRepresenting()
Gets the principal in a delegate access scenario.
|
java.util.List<Mailbox> |
getToRecipients()
Gets a set of recipients of an item.
|
boolean |
isDeliveryReceiptRequested()
Gets whether the sender of an item requests a delivery receipt.
|
boolean |
isReadReceiptRequested()
Gets whether the sender of an item requests a read receipt.
|
void |
setDeliveryReceiptRequested(boolean isDeliveryReceiptRequested)
Gets whether the sender of an item requests a delivery receipt.
|
void |
setFrom(Mailbox from)
Sets the addressee from whom the message was sent.
|
void |
setNewBody(Body newBody)
Sets the actual body content of a message.
|
void |
setReadReceiptRequested(boolean isReadReceiptRequested)
Gets whether the sender of an item requests a read receipt.
|
getReferenceItemId, setReferenceItemIdgetArchiveTag, getAttachments, getBody, getBodyHtmlText, getBodyPlainText, getBodyRtf, getCategories, getComment, getConversationId, getCreatedTime, getCulture, getDisplayName, getEffectiveRights, getEntityExtractionResult, getEntryId, getExtendedProperties, getExtendedProperty, getFlag, getGroupingAction, getIconIndex, getImportance, getInstanceKey, getItemClass, getItemId, getLastModifiedTime, getLastModifierName, getMimeContent, getNextPredictedAction, getParentId, getPreview, getReminderDueBy, getReminderIsSet, getReminderMinutesBeforeStart, getRetentionDate, getRetentionTag, getRtfCompressed, getSearchKey, getSensitivity, getSize, getStoreEntryId, getSubject, getTextBody, getUniqueBody, getWebClientEditFormQueryString, getWebClientReadFormQueryString, hasAttachments, hasBlockedImages, isAssociated, isBlockStatus, isHidden, setArchiveTag, setBody, setBodyRtf, setCategories, setComment, setDisplayName, setEffectiveRights, setFlag, setHidden, setImportance, setItemClass, setMimeContent, setReminderDueBy, setReminderIsSet, setReminderMinutesBeforeStart, setRetentionDate, setRetentionTag, setRtfCompressed, setSensitivity, setSubject, toStringpublic java.util.List<Mailbox> getToRecipients()
public java.util.List<Mailbox> getCcRecipients()
public java.util.List<Mailbox> getBccRecipients()
public boolean isReadReceiptRequested()
public void setReadReceiptRequested(boolean isReadReceiptRequested)
isReadReceiptRequested - the new read receipt requestedpublic boolean isDeliveryReceiptRequested()
public void setDeliveryReceiptRequested(boolean isDeliveryReceiptRequested)
isDeliveryReceiptRequested - the new delivery receipt requestedpublic Body getNewBody()
public void setNewBody(Body newBody)
newBody - the new new bodypublic Mailbox getFrom()
public void setFrom(Mailbox from)
from - the new frompublic Mailbox getReceivedBy()
public Mailbox getReceivedRepresenting()