public class Post extends Item
| Constructor and Description |
|---|
Post()
Initializes a new instance of the Post class.
|
Post(java.lang.String subject)
Initializes a new instance of the Post class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConversationIndex()
Gets a binary ID that represents the thread to which this message belongs.
|
java.lang.String |
getConversationTopic()
Gets the conversation identifier.
|
Mailbox |
getFrom()
Gets the address from which the post item was sent.
|
java.lang.String |
getInternetMessageId()
Gets the Internet message identifier of an item.
|
java.util.Date |
getPostedTime()
Gets the time that a PostItem was posted.
|
java.lang.String |
getReferences()
Gets the Usenet header that is used to associate replies with the original messages.
|
Mailbox |
getSender()
Gets the sender of an item.
|
boolean |
isRead()
Gets whether a message has been read.
|
void |
setFrom(Mailbox from)
Sets the address from which the post item was sent.
|
void |
setRead(boolean isRead)
Sets whether a message has been read.
|
void |
setReferences(java.lang.String references)
Sets the Usenet header that is used to associate replies with the original messages.
|
void |
setSender(Mailbox sender)
Sets the sender of an item.
|
java.lang.String |
toString()
Converts the value of the current Post object to its equivalent string representation.
|
getArchiveTag, 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, setSubjectpublic Post()
public Post(java.lang.String subject)
subject - the subjectpublic java.lang.String toString()
public 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 java.util.Date getPostedTime()
public java.lang.String getReferences()
public void setReferences(java.lang.String references)
references - the new referencespublic Mailbox getSender()
public void setSender(Mailbox sender)
sender - the new sender