Package com.pff

Class PSTMessageStore

java.lang.Object
com.pff.PSTObject
com.pff.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.
  • Constructor Details

  • Method Details

    • getTagRecordKeyAsUUID

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

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

      public String getDetails()
    • isPasswordProtected

      public boolean isPasswordProtected() throws PSTException, 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
      IOException - on bad read