public class RemoveItem extends ResponseItem
| Constructor and Description |
|---|
RemoveItem()
Initializes a new instance of the RemoveItem class.
|
RemoveItem(ItemId referenceItemId)
Initializes a new instance of the RemoveItem class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Mailbox> |
getBccRecipients()
Gets an array of recipients of an item.
|
java.util.List<Mailbox> |
getCcRecipients()
Gets the cc recipients.
|
java.lang.String |
getConversationIndex()
Gets the index to the conversation thread of the message.
|
java.lang.String |
getConversationTopic()
Gets the conversation identifier.
|
Mailbox |
getFrom()
Gets the author of the message.
|
java.util.List<InternetMessageHeader> |
getInternetMessageHeaders()
Gets an array of the type InternetHeaderType that represents the collection of all Internet message headers that are contained in an item in a mailbox.
|
java.lang.String |
getInternetMessageId()
Gets the Internet message identifier of an item.
|
Mailbox |
getReceivedBy()
Sets the delegate in a delegate access scenario.
|
Mailbox |
getReceivedRepresenting()
Gets the principal in a delegate access scenario.
|
java.lang.String |
getReferences()
Gets the Usenet header that is used to associate replies with the original message.
|
java.util.List<Mailbox> |
getReplyTo()
Gets a value that represents the recipients to whom the message is addressed.
|
Mailbox |
getSender()
Gets the sender of an item.
|
java.util.List<Mailbox> |
getToRecipients()
Gets the to recipients.
|
boolean |
isDeliveryReceiptRequested()
Gets the value that specifies whether the sender of an item requests a delivery receipt.
|
boolean |
isRead()
Gets whether a message has been read.
|
boolean |
isReadReceiptRequested()
Gets the value that specifies whether the sender of a message requests a read receipt.
|
boolean |
isResponseRequested()
Gets whether a response to an item is requested.
|
void |
setDeliveryReceiptRequested(boolean isDeliveryReceiptRequested)
Sets the value that specifies whether the sender of an item requests a delivery receipt.
|
void |
setFrom(Mailbox from)
Sets the author of the message.
|
void |
setRead(boolean isRead)
Sets whether a message has been read.
|
void |
setReadReceiptRequested(boolean isReadReceiptRequested)
Sets the value that specifies whether the sender of a message requests a read receipt.
|
void |
setReferences(java.lang.String references)
Sets the Usenet header that is used to associate replies with the original message.
|
void |
setResponseRequested(boolean isResponseRequested)
Sets whether a response to an item is requested.
|
void |
setSender(Mailbox sender)
Sets the sender of an item.
|
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 RemoveItem()
public RemoveItem(ItemId referenceItemId)
referenceItemId - the reference item idpublic java.util.List<InternetMessageHeader> getInternetMessageHeaders()
public Mailbox getSender()
public void setSender(Mailbox sender)
sender - the new senderpublic 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 java.lang.String getConversationIndex()
public java.lang.String getConversationTopic()
public Mailbox getFrom()
public void setFrom(Mailbox from)
from - the new frompublic java.lang.String getInternetMessageId()
public boolean isRead()
public void setRead(boolean isRead)
isRead - the new readpublic boolean isResponseRequested()
public void setResponseRequested(boolean isResponseRequested)
isResponseRequested - the new response requestedpublic java.lang.String getReferences()
public void setReferences(java.lang.String references)
references - the new referencespublic java.util.List<Mailbox> getReplyTo()
public Mailbox getReceivedBy()
public Mailbox getReceivedRepresenting()