Package com.pff
Class PSTAppointmentException
java.lang.Object
com.pff.PSTAppointmentException
Class containing information on exceptions to a recurring appointment
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate PSTAppointment(package private) static final short(package private) static final short(package private) static final short(package private) static final short(package private) static final short(package private) static final short(package private) static final short(package private) static final shortprivate intprivate intprivate intprivate PSTAppointmentprivate intprivate intprivate intprivate byte[]private intprivate intprivate shortprivate intprivate booleanprivate intprivate byte[]private booleanprivate byte[]private intprivate byte[]private intprivate int -
Constructor Summary
ConstructorsConstructorDescriptionPSTAppointmentException(byte[] recurrencePattern, int offset, int writerVersion2, PSTAppointment appt) -
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean(package private) voidExtendedException(byte[] recurrencePattern, int offset) intgetAppointmentSequence(int def) intint(package private) intintgetImportance(int def) (package private) intbyte[]intintintbooleanintbyte[]boolean(package private) voidsetEmbeddedMessage(PSTAppointment embeddedMessage)
-
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
-
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
-
getMeetingType
public int getMeetingType() -
getReminderDelta
public int getReminderDelta() -
getReminderSet
public boolean getReminderSet() -
getLocation
-
getBusyStatus
public int getBusyStatus() -
getSubType
public boolean getSubType() -
getDescription
-
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
-
ExtendedException
void ExtendedException(byte[] recurrencePattern, int offset) -
setEmbeddedMessage
-
getLength
int getLength() -
getExtendedLength
int getExtendedLength()
-