Class Task
java.lang.Object
com.independentsoft.pst.Item
com.independentsoft.pst.Task
-
Method Summary
Modifier and TypeMethodDescriptionlongGets the actual work.Gets the common end time.Gets the common start time.Gets the companies.Gets the date completed.Gets the delegation state.Gets the delegator.Gets the due date.Gets the flag due by.getOwner()Gets the owner.Gets the ownership.doubleGets the percent complete.Gets the recurrence pattern description.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 start date.Gets the status.longGets the total work.booleanChecks if is all day event.booleanChecks if is complete.booleanChecks if is private.booleanChecks if is recurring.booleanChecks if is reminder set.booleanChecks if is team task.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
-
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
-
getOwner
-
getDelegator
-
getPercentComplete
public double getPercentComplete()Gets the percent complete.- Returns:
- the percent complete
-
getActualWork
public long getActualWork()Gets the actual work.- Returns:
- the actual work
-
getTotalWork
public long getTotalWork()Gets the total work.- Returns:
- the total work
-
isTeamTask
public boolean isTeamTask()Checks if is team task.- Returns:
- true, if is team task
-
isComplete
public boolean isComplete()Checks if is complete.- Returns:
- true, if is complete
-
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
-
getStartDate
-
getDueDate
-
getDateCompleted
-
getStatus
-
getOwnership
-
getDelegationState
Gets the delegation state.- Returns:
- the delegation state
-
getCommonStartTime
-
getCommonEndTime
-
getFlagDueBy
-
getCompanies
-
getRecurrencePatternDescription
Gets the recurrence pattern description.- Returns:
- the recurrence pattern description
-