public class PreviewItem
extends java.lang.Object
| Constructor and Description |
|---|
PreviewItem()
Initializes a new instance of the PreviewItem class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getBccRecipients()
Gets the bcc recipients.
|
java.util.List<java.lang.String> |
getCcRecipients()
Gets the cc recipients.
|
java.util.Date |
getCreatedTime()
Gets the date and time that a given item in the mailbox was created.
|
ExtendedPropertyList |
getExtendedProperties()
Gets a list of extended properties that are defined on this item.
|
Importance |
getImportance()
Gets the importance of an item.
|
java.lang.String |
getItemClass()
Gets the message class of an item.
|
ItemId |
getItemId()
Gets the unique identifier and change key of an item in the Exchange store.
|
PreviewItemMailbox |
getMailbox()
Gets the mailbox.
|
java.lang.String |
getOwaLink()
Gets the owa link.
|
ItemId |
getParentItemId()
Gets the identifier of the parent item.
|
java.lang.String |
getPreview()
Gets the preview.
|
java.util.Date |
getReceivedTime()
Gets the received time.
|
java.lang.String |
getSender()
Gets the sender.
|
java.util.Date |
getSentTime()
Gets the sent time.
|
int |
getSize()
Gets the size in bytes of an item.
|
java.lang.String |
getSortValue()
Gets the sort value.
|
java.lang.String |
getSubject()
Gets the subject for Exchange store items and response objects.
|
java.util.List<java.lang.String> |
getToRecipients()
Gets the to recipients.
|
java.lang.String |
getUniqueHash()
Gets the unique hash.
|
boolean |
hasAttachment()
Returns true if an item has attachments at least one visible attachment.
|
boolean |
isRead()
Checks if is read.
|
java.lang.String |
toString()
Converts the value of the current PreviewItem object to its equivalent string representation.
|
public PreviewItem()
public java.lang.String toString()
toString in class java.lang.Objectpublic ItemId getItemId()
public PreviewItemMailbox getMailbox()
public ItemId getParentItemId()
public java.lang.String getItemClass()
public java.lang.String getUniqueHash()
public java.lang.String getSortValue()
public java.lang.String getOwaLink()
public java.lang.String getSender()
public java.util.List<java.lang.String> getToRecipients()
public java.util.List<java.lang.String> getCcRecipients()
public java.util.List<java.lang.String> getBccRecipients()
public java.util.Date getCreatedTime()
public java.util.Date getReceivedTime()
public java.util.Date getSentTime()
public java.lang.String getSubject()
public int getSize()
public java.lang.String getPreview()
public Importance getImportance()
public boolean isRead()
public boolean hasAttachment()
public ExtendedPropertyList getExtendedProperties()