Uses of Class
com.pff.PSTAppointment
-
Packages that use PSTAppointment Package Description com.pff -
-
Uses of PSTAppointment in com.pff
Fields in com.pff declared as PSTAppointment Modifier and Type Field Description private PSTAppointment
PSTAppointmentException. appt
private PSTAppointment
PSTAppointmentException. embeddedMessage
Methods in com.pff that return PSTAppointment Modifier and Type Method Description PSTAppointment
PSTAppointmentException. getEmbeddedMessage()
Methods in com.pff with parameters of type PSTAppointment Modifier and Type Method Description (package private) void
PSTAppointmentException. setEmbeddedMessage(PSTAppointment embeddedMessage)
Constructors in com.pff with parameters of type PSTAppointment Constructor Description PSTAppointmentException(byte[] recurrencePattern, int offset, int writerVersion2, PSTAppointment appt)
PSTAppointmentRecurrence(byte[] recurrencePattern, PSTAppointment appt, PSTTimeZone tz)
-