Class MessageStore
java.lang.Object
com.independentsoft.pst.MessageStore
-
Method Summary
Modifier and TypeMethodDescriptionGets the comment.Gets the display name.longGets the password check sum.byte[]Gets the record key.getTable()Gets the underlying table of the message store.voidsetComment(String comment) Sets the comment.voidsetDisplayName(String displayName) Sets the display name.
-
Method Details
-
getDisplayName
-
setDisplayName
Sets the display name. For a store opened for editing the change is persisted on the next save().- Parameters:
displayName- the display name- Throws:
IOException- if an I/O error occurs
-
getComment
-
setComment
Sets the comment. For a store opened for editing the change is persisted on the next save().- Parameters:
comment- the comment- Throws:
IOException- if an I/O error occurs
-
getRecordKey
public byte[] getRecordKey()Gets the record key.- Returns:
- the record key
-
getPasswordCheckSum
public long getPasswordCheckSum()Gets the password check sum.- Returns:
- the password check sum
-
getTable
-