Package com.pff

Class PSTAppointmentException

java.lang.Object
com.pff.PSTAppointmentException

public class PSTAppointmentException extends Object
Class containing information on exceptions to a recurring appointment
  • Field Details

    • writerVersion2

      private int writerVersion2
    • StartDateTime

      private int StartDateTime
    • EndDateTime

      private int EndDateTime
    • OriginalStartDate

      private int OriginalStartDate
    • OverrideFlags

      private short OverrideFlags
    • Subject

      private byte[] Subject
    • MeetingType

      private int MeetingType
    • ReminderDelta

      private int ReminderDelta
    • ReminderSet

      private boolean ReminderSet
    • Location

      private byte[] Location
    • BusyStatus

      private int BusyStatus
    • Attachment

      private int Attachment
    • SubType

      private boolean SubType
    • ChangeHighlightValue

      private int ChangeHighlightValue
    • WideCharSubjectLength

      private int WideCharSubjectLength
    • WideCharSubject

      private byte[] WideCharSubject
    • WideCharLocationLength

      private int WideCharLocationLength
    • WideCharLocation

      private byte[] WideCharLocation
    • embeddedMessage

      private PSTAppointment embeddedMessage
    • appt

      private PSTAppointment appt
    • length

      private int length
    • extendedLength

      private int extendedLength
    • ARO_SUBJECT

      static final short ARO_SUBJECT
      See Also:
    • ARO_MEETINGTYPE

      static final short ARO_MEETINGTYPE
      See Also:
    • ARO_REMINDERDELTA

      static final short ARO_REMINDERDELTA
      See Also:
    • ARO_REMINDER

      static final short ARO_REMINDER
      See Also:
    • ARO_LOCATION

      static final short ARO_LOCATION
      See Also:
    • ARO_BUSYSTATUS

      static final short ARO_BUSYSTATUS
      See Also:
    • ARO_ATTACHMENT

      static final short ARO_ATTACHMENT
      See Also:
    • ARO_SUBTYPE

      static final short ARO_SUBTYPE
      See Also:
  • Constructor Details

    • PSTAppointmentException

      PSTAppointmentException(byte[] recurrencePattern, int offset, int writerVersion2, PSTAppointment appt)
  • Method Details

    • getSubject

      public String getSubject()
    • getMeetingType

      public int getMeetingType()
    • getReminderDelta

      public int getReminderDelta()
    • getReminderSet

      public boolean getReminderSet()
    • getLocation

      public String getLocation()
    • getBusyStatus

      public int getBusyStatus()
    • getSubType

      public boolean getSubType()
    • getDescription

      public String getDescription()
    • getDTStamp

      public Date getDTStamp()
    • getStartDateTime

      public int getStartDateTime()
    • getEndDateTime

      public int getEndDateTime()
    • getOriginalStartDate

      public int getOriginalStartDate()
    • getAppointmentSequence

      public int getAppointmentSequence(int def)
    • getImportance

      public int getImportance(int def)
    • getSubjectBytes

      public byte[] getSubjectBytes()
    • getLocationBytes

      public byte[] getLocationBytes()
    • attachmentsPresent

      public boolean attachmentsPresent()
    • embeddedMessagePresent

      public boolean embeddedMessagePresent()
    • getEmbeddedMessage

      public PSTAppointment getEmbeddedMessage()
    • ExtendedException

      void ExtendedException(byte[] recurrencePattern, int offset)
    • setEmbeddedMessage

      void setEmbeddedMessage(PSTAppointment embeddedMessage)
    • getLength

      int getLength()
    • getExtendedLength

      int getExtendedLength()