Package com.pff

Class PSTMessageStore


  • public class PSTMessageStore
    extends PSTObject
    Object that represents the message store. Not much use other than to get the "name" of the PST file.
    • Method Detail

      • getTagRecordKeyAsUUID

        public java.util.UUID getTagRecordKeyAsUUID()
        Get the tag record key, unique to this pst
      • getDisplayName

        public java.lang.String getDisplayName()
        get the message store display name
        Overrides:
        getDisplayName in class PSTObject
      • getDetails

        public java.lang.String getDetails()
      • isPasswordProtected

        public boolean isPasswordProtected()
                                    throws PSTException,
                                           java.io.IOException
        Is this pst file is password protected.
        Returns:
        - true if protected,false otherwise pstfile has the password stored against identifier 0x67FF. if there is no password the value stored is 0x00000000.
        Throws:
        PSTException - on corrupted pst
        java.io.IOException - on bad read