com.pff
Class PSTAppointmentException
java.lang.Object
com.pff.PSTAppointmentException
public class PSTAppointmentException
- extends java.lang.Object
Class containing information on exceptions to a recurring appointment
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getSubject
public java.lang.String getSubject()
getMeetingType
public int getMeetingType()
getReminderDelta
public int getReminderDelta()
getReminderSet
public boolean getReminderSet()
getLocation
public java.lang.String getLocation()
getBusyStatus
public int getBusyStatus()
getSubType
public boolean getSubType()
getDescription
public java.lang.String getDescription()
getDTStamp
public java.util.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()