Class Appointment
java.lang.Object
com.independentsoft.pst.Item
com.independentsoft.pst.Appointment
-
Method Summary
Modifier and TypeMethodDescriptionGets the appointment message class.Gets the busy status.Gets the common end time.Gets the common start time.Gets the companies.longGets the duration.Gets the end time.Gets the flag due by.byte[]getGuid()Gets the guid.longgetLabel()Gets the label.Gets the location.Gets the meeting status.Gets the recurrence pattern.Gets the recurrence pattern description.Gets the recurrence type.longGets the reminder minutes before start.booleanGets the reminder override default.booleanGets the reminder play sound.Gets the reminder sound file.Gets the reminder time.Gets the response status.Gets the start time.Gets the time zone.booleanChecks if is all day event.booleanChecks if is private.booleanChecks if is recurring.booleanChecks if is reminder set.Methods inherited from class com.independentsoft.pst.Item
getAttachments, getBillingInformation, getBody, getBodyHtml, getBodyHtmlText, getBodyRtf, getCategories, getClientSubmitTime, getCodePage, getConversationIndex, getConversationTopic, getCreationTime, getCreatorName, getDisableFullFidelity, getDisplayBcc, getDisplayCc, getDisplayTo, getEncoding, getEntryId, getExtendedProperties, getFlagIcon, getFlagStatus, getIconIndex, getId, getImportance, getInReplyTo, getInternetCodePage, getInternetMessageId, getInternetReferences, getKeywords, getLastModificationTime, getLastModifierName, getLastVerbExecuted, getLastVerbExecutionTime, getMessageClass, getMessageDeliveryTime, getMessageFile, getMessageFile, getMessageFlags, getMileage, getNormalizedSubject, getObjectType, getOriginalDisplayTo, getOutlookInternalVersion, getOutlookVersion, getParentId, getPriority, getProviderSubmitTime, getReceivedByAddressType, getReceivedByEmailAddress, getReceivedByEntryId, getReceivedByName, getReceivedBySearchKey, getReceivedRepresentingAddressType, getReceivedRepresentingEmailAddress, getReceivedRepresentingEntryId, getReceivedRepresentingName, getReceivedRepresentingSearchKey, getRecipients, getReplyTo, getReportText, getReportTime, getRtfCompressed, getRtfInSync, getSearchKey, getSenderAddressType, getSenderEmailAddress, getSenderEntryId, getSenderName, getSenderSearchKey, getSensitivity, getSentRepresentingAddressType, getSentRepresentingEmailAddress, getSentRepresentingEntryId, getSentRepresentingName, getSentRepresentingSearchKey, getSize, getSubject, getSubjectPrefix, getTable, getTransportMessageHeaders, hasAttachment, isEmbedded, isHidden, isReadOnly, isSystem, save, save, save, save, save, save
-
Method Details
-
getStartTime
-
getEndTime
-
getLocation
-
getAppointmentMessageClass
Gets the appointment message class.- Returns:
- the appointment message class
-
getTimeZone
-
getRecurrencePattern
-
getRecurrencePatternDescription
Gets the recurrence pattern description.- Returns:
- the recurrence pattern description
-
getGuid
public byte[] getGuid()Gets the guid.- Returns:
- the guid
-
getLabel
public long getLabel()Gets the label.- Returns:
- the label
-
getDuration
public long getDuration()Gets the duration.- Returns:
- the duration
-
getBusyStatus
-
getMeetingStatus
-
getResponseStatus
-
getRecurrenceType
-
getReminderSoundFile
-
isPrivate
public boolean isPrivate()Checks if is private.- Returns:
- true, if is private
-
getReminderOverrideDefault
public boolean getReminderOverrideDefault()Gets the reminder override default.- Returns:
- the reminder override default
-
getReminderPlaySound
public boolean getReminderPlaySound()Gets the reminder play sound.- Returns:
- the reminder play sound
-
isRecurring
public boolean isRecurring()Checks if is recurring.- Returns:
- true, if is recurring
-
isAllDayEvent
public boolean isAllDayEvent()Checks if is all day event.- Returns:
- true, if is all day event
-
isReminderSet
public boolean isReminderSet()Checks if is reminder set.- Returns:
- true, if is reminder set
-
getReminderTime
-
getReminderMinutesBeforeStart
public long getReminderMinutesBeforeStart()Gets the reminder minutes before start.- Returns:
- the reminder minutes before start
-
getCommonStartTime
-
getCommonEndTime
-
getFlagDueBy
-
getCompanies
-