Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ACCEPTED - Enum constant in enum class com.independentsoft.pst.ResponseStatus
-
The meeting was accepted.
- ACCEPTED - Enum constant in enum class com.independentsoft.pst.TaskDelegationState
-
Specifies that the task has been accepted.
- addAttachment(String, byte[]) - Method in class com.independentsoft.pst.PstMessageWriter
-
Adds a file attachment and returns it.
- addExtendedProperty(ExtendedProperty) - Method in class com.independentsoft.pst.PstMessageWriter
-
Adds an extended (named) property and returns it.
- addFolder(long, Folder) - Method in class com.independentsoft.pst.PstStoreWriter
-
Adds a folder under the folder with the given node id, returning its node id.
- addFolder(Folder) - Method in class com.independentsoft.pst.Folder
-
Adds a subfolder under this folder.
- addFolder(Folder) - Method in class com.independentsoft.pst.PstStoreWriter
-
Adds a folder under the top of the personal-folders subtree, returning its node id.
- addFolder(String) - Method in class com.independentsoft.pst.PstFolderWriter
-
Adds a sub-folder with the specified display name and returns it.
- addFolder(String) - Method in class com.independentsoft.pst.PstStoreWriter
-
Adds a folder under the top of the personal-folders subtree, returning its node id.
- addItem(long, Item) - Method in class com.independentsoft.pst.PstStoreWriter
-
Adds an item to the folder with the given node id, returning the new item's node id.
- addItem(Item) - Method in class com.independentsoft.pst.Folder
-
Adds an item to this folder.
- addItems(long, List<Item>) - Method in class com.independentsoft.pst.PstStoreWriter
-
Adds many items to a folder in a single pass (one contents-table rebuild and one count update for all).
- addItems(List<Item>) - Method in class com.independentsoft.pst.Folder
-
Adds many items to this folder in a single pass (one contents-table rebuild and one count update for all).
- addMessage(String, String) - Method in class com.independentsoft.pst.PstFolderWriter
-
Adds a plain-text message (IPM.Note) to this folder and returns it.
- addRecipient(String, String) - Method in class com.independentsoft.pst.PstMessageWriter
-
Adds a "To" recipient and returns it.
- ADDRESS_BOOK - Enum constant in enum class com.independentsoft.pst.ObjectType
-
An address book.
- ADDRESS_BOOK_CONTAINER - Enum constant in enum class com.independentsoft.pst.ObjectType
-
An address book container.
- AGENT - Enum constant in enum class com.independentsoft.pst.DisplayType
-
An automated agent, such as Quote-Of-The-Day.
- APPLICATION_TIME - Enum constant in enum class com.independentsoft.pst.PropertyType
-
An application time, stored as a floating-point number of days (PT_APPTIME).
- APPLICATION_TIME_ARRAY - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A multiple-value array of application times (PT_MV_APPTIME).
- Appointment - Class in com.independentsoft.pst
-
The Class Appointment.
- ASSOCIATED - Enum constant in enum class com.independentsoft.pst.MessageFlag
-
The message is an associated message of a folder.
- ATTACH_BY_REFERENCE - Enum constant in enum class com.independentsoft.pst.AttachmentMethod
-
The attachment is a reference (path) to data stored outside the message.
- ATTACH_BY_REFERENCE_ONLY - Enum constant in enum class com.independentsoft.pst.AttachmentMethod
-
The attachment is a reference only; the data cannot be resolved.
- ATTACH_BY_REFERENCE_RESOLVE - Enum constant in enum class com.independentsoft.pst.AttachmentMethod
-
The attachment is a reference that can be resolved to the data.
- ATTACH_BY_VALUE - Enum constant in enum class com.independentsoft.pst.AttachmentMethod
-
The attachment data is stored by value in the message.
- ATTACH_BY_WEB_REFERENCE - Enum constant in enum class com.independentsoft.pst.AttachmentMethod
-
The attachment is a reference to data accessible by a web URL.
- Attachment - Class in com.independentsoft.pst
-
Represents an attachment to an item.
- Attachment() - Constructor for class com.independentsoft.pst.Attachment
-
Instantiates a new attachment.
- Attachment(String) - Constructor for class com.independentsoft.pst.Attachment
-
Instantiates a new attachment.
- Attachment(String, byte[]) - Constructor for class com.independentsoft.pst.Attachment
-
Instantiates a new attachment.
- Attachment(String, InputStream) - Constructor for class com.independentsoft.pst.Attachment
-
Instantiates a new attachment.
- ATTACHMENT - Enum constant in enum class com.independentsoft.pst.ObjectType
-
A message attachment.
- AttachmentFlags - Enum Class in com.independentsoft.pst
-
Specifies rendering flags for an attachment.
- AttachmentMethod - Enum Class in com.independentsoft.pst
-
Specifies how the data of an attachment is stored or referenced.
B
- BCC - Enum constant in enum class com.independentsoft.pst.RecipientType
-
A blind carbon-copy (Bcc) recipient.
- BINARY - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A binary value (PT_BINARY).
- BINARY_ARRAY - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A multiple-value array of binary values (PT_MV_BINARY).
- BLUE - Enum constant in enum class com.independentsoft.pst.FlagIcon
-
Blue flag.
- BLUE - Enum constant in enum class com.independentsoft.pst.NoteColor
-
Blue note.
- BOOLEAN - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A Boolean value (PT_BOOLEAN).
- BUSINESS - Enum constant in enum class com.independentsoft.pst.SelectedMailingAddress
-
The business address is the mailing address.
- BUSY - Enum constant in enum class com.independentsoft.pst.BusyStatus
-
Busy status.
- BusyStatus - Enum Class in com.independentsoft.pst
-
Specifies whether the attendee is busy at the time of an appointment on their calendar.
C
- CalendarMessage - Class in com.independentsoft.pst
-
Represents a calendar message item, such as a meeting request, response, or cancellation (IPM.Schedule.Meeting).
- CANCELED - Enum constant in enum class com.independentsoft.pst.MeetingStatus
-
The meeting was canceled.
- CANCELED_ORGANIZER - Enum constant in enum class com.independentsoft.pst.MeetingStatus
-
The meeting was canceled by the organizer.
- CC - Enum constant in enum class com.independentsoft.pst.RecipientType
-
A carbon-copy (Cc) recipient.
- close() - Method in class com.independentsoft.pst.PstFile
-
Close.
- close() - Method in class com.independentsoft.pst.PstStoreWriter
-
Releases the working file used while editing.
- com.independentsoft.pst - package com.independentsoft.pst
- COMPLETE - Enum constant in enum class com.independentsoft.pst.FlagStatus
-
The flag has been completed.
- COMPLETED - Enum constant in enum class com.independentsoft.pst.TaskStatus
-
Specifies that the task is completed.
- COMPRESSIBLE - Enum constant in enum class com.independentsoft.pst.EncryptionType
-
The data is encrypted with the compressible (permutation) algorithm.
- CONFIDENTIAL - Enum constant in enum class com.independentsoft.pst.Sensitivity
-
Company-confidential sensitivity.
- Contact - Class in com.independentsoft.pst
-
The Class Contact.
- create(String) - Static method in class com.independentsoft.pst.PstFile
-
Creates a new Unicode PST file with the message store and the default (Outlook) folder structure, opened for editing.
- CURRENCY - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A currency value, stored as a scaled 64-bit integer (PT_CURRENCY).
- CURRENCY_ARRAY - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A multiple-value array of currency values (PT_MV_CURRENCY).
D
- DAILY - Enum constant in enum class com.independentsoft.pst.RecurrenceType
-
The item recurs on a daily basis.
- DataStructureIndexNodeItem - Class in com.independentsoft.pst
-
The Class DataStructureIndexNodeItem.
- DECLINED - Enum constant in enum class com.independentsoft.pst.ResponseStatus
-
The meeting was declined.
- DECLINED - Enum constant in enum class com.independentsoft.pst.TaskDelegationState
-
Specifies that the task has been declined.
- DEFERRED - Enum constant in enum class com.independentsoft.pst.TaskStatus
-
Specifies that the task is deferred.
- DELEGATED - Enum constant in enum class com.independentsoft.pst.TaskOwnership
-
Specifies that task has been delegated to another user.
- DisplayType - Enum Class in com.independentsoft.pst
-
Specifies the display type of an address book entry (the value of PR_DISPLAY_TYPE).
- DISTRIBUTION_LIST - Enum constant in enum class com.independentsoft.pst.DisplayType
-
A distribution list.
- DISTRIBUTION_LIST - Enum constant in enum class com.independentsoft.pst.ObjectType
-
A distribution list.
- DistributionList - Class in com.independentsoft.pst
-
The Class DistributionList.
- Document - Class in com.independentsoft.pst
-
The Class Document.
- DOUBLE - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A 64-bit floating-point number (PT_DOUBLE).
- DOUBLE_ARRAY - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A multiple-value array of 64-bit floating-point numbers (PT_MV_DOUBLE).
E
- EMBEDDED_MESSAGE - Enum constant in enum class com.independentsoft.pst.AttachmentMethod
-
The attachment is an embedded message.
- EncryptionType - Enum Class in com.independentsoft.pst
-
Specifies how the data of a PST store is encrypted on disk.
- ERROR - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A 32-bit error code (PT_ERROR).
- ExtendedProperty - Class in com.independentsoft.pst
-
The Class ExtendedProperty.
- ExtendedProperty() - Constructor for class com.independentsoft.pst.ExtendedProperty
-
Instantiates a new extended property.
- ExtendedProperty(ExtendedPropertyTag) - Constructor for class com.independentsoft.pst.ExtendedProperty
-
Instantiates a new extended property.
- ExtendedProperty(ExtendedPropertyTag, boolean) - Constructor for class com.independentsoft.pst.ExtendedProperty
-
Instantiates a new extended property.
- ExtendedProperty(ExtendedPropertyTag, byte[]) - Constructor for class com.independentsoft.pst.ExtendedProperty
-
Instantiates a new extended property.
- ExtendedProperty(ExtendedPropertyTag, double) - Constructor for class com.independentsoft.pst.ExtendedProperty
-
Instantiates a new extended property.
- ExtendedProperty(ExtendedPropertyTag, int) - Constructor for class com.independentsoft.pst.ExtendedProperty
-
Instantiates a new extended property.
- ExtendedProperty(ExtendedPropertyTag, long) - Constructor for class com.independentsoft.pst.ExtendedProperty
-
Instantiates a new extended property.
- ExtendedProperty(ExtendedPropertyTag, short) - Constructor for class com.independentsoft.pst.ExtendedProperty
-
Instantiates a new extended property.
- ExtendedProperty(ExtendedPropertyTag, String) - Constructor for class com.independentsoft.pst.ExtendedProperty
-
Instantiates a new extended property.
- ExtendedProperty(ExtendedPropertyTag, String[]) - Constructor for class com.independentsoft.pst.ExtendedProperty
-
Instantiates a new extended property.
- ExtendedProperty(ExtendedPropertyTag, Date) - Constructor for class com.independentsoft.pst.ExtendedProperty
-
Instantiates a new extended property.
- ExtendedPropertyId - Class in com.independentsoft.pst
-
The Class ExtendedPropertyId.
- ExtendedPropertyId() - Constructor for class com.independentsoft.pst.ExtendedPropertyId
-
Instantiates a new extended property id.
- ExtendedPropertyId(int, byte[]) - Constructor for class com.independentsoft.pst.ExtendedPropertyId
-
Instantiates a new extended property id.
- ExtendedPropertyId(int, byte[], PropertyType) - Constructor for class com.independentsoft.pst.ExtendedPropertyId
-
Instantiates a new extended property id.
- ExtendedPropertyList - Class in com.independentsoft.pst
-
A list of
ExtendedPropertyobjects with lookup byExtendedPropertyTag. - ExtendedPropertyList() - Constructor for class com.independentsoft.pst.ExtendedPropertyList
- ExtendedPropertyName - Class in com.independentsoft.pst
-
The Class ExtendedPropertyName.
- ExtendedPropertyName() - Constructor for class com.independentsoft.pst.ExtendedPropertyName
-
Instantiates a new extended property name.
- ExtendedPropertyName(String, byte[]) - Constructor for class com.independentsoft.pst.ExtendedPropertyName
-
Instantiates a new extended property name.
- ExtendedPropertyName(String, byte[], PropertyType) - Constructor for class com.independentsoft.pst.ExtendedPropertyName
-
Instantiates a new extended property name.
- ExtendedPropertyTag - Class in com.independentsoft.pst
-
The Class ExtendedPropertyTag.
- ExtendedPropertyTag() - Constructor for class com.independentsoft.pst.ExtendedPropertyTag
F
- FEMALE - Enum constant in enum class com.independentsoft.pst.Gender
-
Female.
- FlagIcon - Enum Class in com.independentsoft.pst
-
Specifies the colored flag icon shown for a message.
- FlagStatus - Enum Class in com.independentsoft.pst
-
Specifies the flag status of a message.
- FLOAT - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A 32-bit floating-point number (PT_FLOAT).
- FLOAT_ARRAY - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A multiple-value array of 32-bit floating-point numbers (PT_MV_FLOAT).
- Folder - Class in com.independentsoft.pst
-
The Class Folder.
- Folder() - Constructor for class com.independentsoft.pst.Folder
-
Initializes a new, empty
Folderthat can be added to a PST with addFolder. - Folder(String) - Constructor for class com.independentsoft.pst.Folder
-
Initializes a new
Folderwith the given display name. - FOLDER - Enum constant in enum class com.independentsoft.pst.DisplayType
-
A folder.
- FOLDER - Enum constant in enum class com.independentsoft.pst.ObjectType
-
A folder.
- FOLDER_LINK - Enum constant in enum class com.independentsoft.pst.DisplayType
-
A link to a folder.
- FOLDER_SPECIAL - Enum constant in enum class com.independentsoft.pst.DisplayType
-
A special folder.
- FORM - Enum constant in enum class com.independentsoft.pst.ObjectType
-
A form.
- FORUM - Enum constant in enum class com.independentsoft.pst.DisplayType
-
A forum, such as a bulletin board or a public folder.
- FORWARD - Enum constant in enum class com.independentsoft.pst.LastVerbExecuted
-
The message was forwarded.
- FREE - Enum constant in enum class com.independentsoft.pst.BusyStatus
-
Free status.
- FROM_ME - Enum constant in enum class com.independentsoft.pst.MessageFlag
-
The messaging user sending was the messaging user receiving the message.
G
- Gender - Enum Class in com.independentsoft.pst
-
Specifies the gender of a contact.
- get(int, PropertyType) - Method in class com.independentsoft.pst.TableEntryList
-
Gets the.
- get(ExtendedPropertyTag) - Method in class com.independentsoft.pst.ExtendedPropertyList
-
Returns the first
ExtendedPropertywhose tag matches the supplied tag (by id/name and GUID), ornullif none matches. - get(PropertyTag) - Method in class com.independentsoft.pst.TableEntryList
-
Gets the.
- getActualWork() - Method in class com.independentsoft.pst.Task
-
Gets the actual work.
- getAdditionalInfo() - Method in class com.independentsoft.pst.Attachment
-
Gets file type information for a non-Windows attachment.
- getAddressType() - Method in class com.independentsoft.pst.Recipient
-
Gets the address type.
- getAppointmentMessageClass() - Method in class com.independentsoft.pst.Appointment
-
Gets the appointment message class.
- getAssistentName() - Method in class com.independentsoft.pst.Contact
-
Gets the assistent name.
- getAssistentPhone() - Method in class com.independentsoft.pst.Contact
-
Gets the assistent phone.
- getAttachments() - Method in class com.independentsoft.pst.Item
-
Gets the attachments.
- getAttachments() - Method in class com.independentsoft.pst.PstMessageWriter
-
Gets the attachments of this message.
- getBillingInformation() - Method in class com.independentsoft.pst.Item
-
Gets the billing information.
- getBinaryArrayValue() - Method in class com.independentsoft.pst.TableEntry
-
Gets the binary array value.
- getBinaryValue() - Method in class com.independentsoft.pst.TableEntry
-
Gets the binary value.
- getBirthday() - Method in class com.independentsoft.pst.Contact
-
Gets the birthday.
- getBody() - Method in class com.independentsoft.pst.Item
-
Gets the body.
- getBody() - Method in class com.independentsoft.pst.PstMessageWriter
-
Gets the plain-text body.
- getBodyHtml() - Method in class com.independentsoft.pst.Item
-
Gets the body html.
- getBodyHtmlText() - Method in class com.independentsoft.pst.Item
-
Gets the body html text.
- getBodyRtf() - Method in class com.independentsoft.pst.Item
-
Gets the body rtf.
- getBooleanValue() - Method in class com.independentsoft.pst.ExtendedProperty
-
Gets the boolean value.
- getBooleanValue() - Method in class com.independentsoft.pst.TableEntry
-
Gets the boolean value.
- getBusinessAddress() - Method in class com.independentsoft.pst.Contact
-
Gets the business address.
- getBusinessAddressCity() - Method in class com.independentsoft.pst.Contact
-
Gets the business address city.
- getBusinessAddressCountry() - Method in class com.independentsoft.pst.Contact
-
Gets the business address country.
- getBusinessAddressPostalCode() - Method in class com.independentsoft.pst.Contact
-
Gets the business address postal code.
- getBusinessAddressPostOfficeBox() - Method in class com.independentsoft.pst.Contact
-
Gets the business address post office box.
- getBusinessAddressState() - Method in class com.independentsoft.pst.Contact
-
Gets the business address state.
- getBusinessAddressStreet() - Method in class com.independentsoft.pst.Contact
-
Gets the business address street.
- getBusinessFax() - Method in class com.independentsoft.pst.Contact
-
Gets the business fax.
- getBusinessHomePage() - Method in class com.independentsoft.pst.Contact
-
Gets the business home page.
- getBusinessPhone() - Method in class com.independentsoft.pst.Contact
-
Gets the business phone.
- getBusinessPhone2() - Method in class com.independentsoft.pst.Contact
-
Gets the business phone2.
- getBusyStatus() - Method in class com.independentsoft.pst.Appointment
-
Gets the busy status.
- getCallbackPhone() - Method in class com.independentsoft.pst.Contact
-
Gets the callback phone.
- getCarPhone() - Method in class com.independentsoft.pst.Contact
-
Gets the car phone.
- getCategories() - Method in class com.independentsoft.pst.Item
-
Gets the categories.
- getCellularPhone() - Method in class com.independentsoft.pst.Contact
-
Gets the cellular phone.
- getCharset() - Method in class com.independentsoft.pst.PstFile
-
Gets the charset.
- getChildrenCount() - Method in class com.independentsoft.pst.Folder
-
Gets the children count.
- getChildrenNames() - Method in class com.independentsoft.pst.Contact
-
Gets the children names.
- getClientSubmitTime() - Method in class com.independentsoft.pst.Item
-
Gets the client submit time.
- getCodePage() - Method in class com.independentsoft.pst.Item
-
Gets the code page.
- getColor() - Method in class com.independentsoft.pst.Note
-
Gets the color.
- getComment() - Method in class com.independentsoft.pst.Folder
-
Gets the comment.
- getComment() - Method in class com.independentsoft.pst.MessageStore
-
Gets the comment.
- getCommonEndTime() - Method in class com.independentsoft.pst.Appointment
-
Gets the common end time.
- getCommonEndTime() - Method in class com.independentsoft.pst.Task
-
Gets the common end time.
- getCommonStartTime() - Method in class com.independentsoft.pst.Appointment
-
Gets the common start time.
- getCommonStartTime() - Method in class com.independentsoft.pst.Task
-
Gets the common start time.
- getCompanies() - Method in class com.independentsoft.pst.Appointment
-
Gets the companies.
- getCompanies() - Method in class com.independentsoft.pst.Task
-
Gets the companies.
- getCompanyMainPhone() - Method in class com.independentsoft.pst.Contact
-
Gets the company main phone.
- getCompanyName() - Method in class com.independentsoft.pst.Contact
-
Gets the company name.
- getComputerNetworkName() - Method in class com.independentsoft.pst.Contact
-
Gets the computer network name.
- getContainerClass() - Method in class com.independentsoft.pst.Folder
-
Gets the container class.
- getContentBase() - Method in class com.independentsoft.pst.Attachment
-
Gets the content base header of a MIME message attachment.
- getContentDisposition() - Method in class com.independentsoft.pst.Attachment
-
Gets the content disposition header of a MIME message attachment.
- getContentId() - Method in class com.independentsoft.pst.Attachment
-
Gets the content identification header of a MIME message attachment.
- getContentLocation() - Method in class com.independentsoft.pst.Attachment
-
Gets the content location header of a MIME message attachment.
- getConversationIndex() - Method in class com.independentsoft.pst.Item
-
Gets the conversation index.
- getConversationTopic() - Method in class com.independentsoft.pst.Item
-
Gets the conversation topic.
- getCreationTime() - Method in class com.independentsoft.pst.Attachment
-
Gets the creation time.
- getCreationTime() - Method in class com.independentsoft.pst.Item
-
Gets the creation time.
- getCreatorName() - Method in class com.independentsoft.pst.Item
-
Gets the creator name.
- getCustomerId() - Method in class com.independentsoft.pst.Contact
-
Gets the customer id.
- getData() - Method in class com.independentsoft.pst.Attachment
-
Gets binary attachment data.
- getData() - Method in class com.independentsoft.pst.PstAttachmentWriter
-
Gets the attachment content.
- getDataObject() - Method in class com.independentsoft.pst.Attachment
-
Gets attachment's data as embedded object.
- getDateCompleted() - Method in class com.independentsoft.pst.Task
-
Gets the date completed.
- getDateTimeValue() - Method in class com.independentsoft.pst.ExtendedProperty
-
Gets the date time value.
- getDateTimeValue() - Method in class com.independentsoft.pst.TableEntry
-
Gets the date time value.
- getDelegationState() - Method in class com.independentsoft.pst.Task
-
Gets the delegation state.
- getDelegator() - Method in class com.independentsoft.pst.Task
-
Gets the delegator.
- getDepartmentName() - Method in class com.independentsoft.pst.Contact
-
Gets the department name.
- getDisableFullFidelity() - Method in class com.independentsoft.pst.Item
-
Gets the disable full fidelity.
- getDisplayBcc() - Method in class com.independentsoft.pst.Item
-
Gets the display bcc.
- getDisplayCc() - Method in class com.independentsoft.pst.Item
-
Gets the display cc.
- getDisplayName() - Method in class com.independentsoft.pst.Attachment
-
Gets the display name of the attachment.
- getDisplayName() - Method in class com.independentsoft.pst.Contact
-
Gets the display name.
- getDisplayName() - Method in class com.independentsoft.pst.Folder
-
Gets the display name.
- getDisplayName() - Method in class com.independentsoft.pst.MessageStore
-
Gets the display name.
- getDisplayName() - Method in class com.independentsoft.pst.PstFolderWriter
-
Gets the display name.
- getDisplayName() - Method in class com.independentsoft.pst.PstRecipientWriter
-
Gets the display name.
- getDisplayName() - Method in class com.independentsoft.pst.Recipient
-
Gets the display name.
- getDisplayName7Bit() - Method in class com.independentsoft.pst.Recipient
-
Gets the display name7 bit.
- getDisplayNamePrefix() - Method in class com.independentsoft.pst.Contact
-
Gets the display name prefix.
- getDisplayTo() - Method in class com.independentsoft.pst.Item
-
Gets the display to.
- getDisplayType() - Method in class com.independentsoft.pst.Recipient
-
Gets the display type.
- getDoubleArrayValue() - Method in class com.independentsoft.pst.TableEntry
-
Gets the double array value.
- getDoubleValue() - Method in class com.independentsoft.pst.ExtendedProperty
-
Gets the double value.
- getDoubleValue() - Method in class com.independentsoft.pst.TableEntry
-
Gets the double value.
- getDueDate() - Method in class com.independentsoft.pst.Task
-
Gets the due date.
- getDuration() - Method in class com.independentsoft.pst.Appointment
-
Gets the duration.
- getDuration() - Method in class com.independentsoft.pst.Journal
-
Gets the duration.
- getEmail1Address() - Method in class com.independentsoft.pst.Contact
-
Gets the email1 address.
- getEmail1DisplayAs() - Method in class com.independentsoft.pst.Contact
-
Gets the email1 display as.
- getEmail1DisplayName() - Method in class com.independentsoft.pst.Contact
-
Gets the email1 display name.
- getEmail1EntryId() - Method in class com.independentsoft.pst.Contact
-
Gets the email1 entry id.
- getEmail1Type() - Method in class com.independentsoft.pst.Contact
-
Gets the email1 type.
- getEmail2Address() - Method in class com.independentsoft.pst.Contact
-
Gets the email2 address.
- getEmail2DisplayAs() - Method in class com.independentsoft.pst.Contact
-
Gets the email2 display as.
- getEmail2DisplayName() - Method in class com.independentsoft.pst.Contact
-
Gets the email2 display name.
- getEmail2EntryId() - Method in class com.independentsoft.pst.Contact
-
Gets the email2 entry id.
- getEmail2Type() - Method in class com.independentsoft.pst.Contact
-
Gets the email2 type.
- getEmail3Address() - Method in class com.independentsoft.pst.Contact
-
Gets the email3 address.
- getEmail3DisplayAs() - Method in class com.independentsoft.pst.Contact
-
Gets the email3 display as.
- getEmail3DisplayName() - Method in class com.independentsoft.pst.Contact
-
Gets the email3 display name.
- getEmail3EntryId() - Method in class com.independentsoft.pst.Contact
-
Gets the email3 entry id.
- getEmail3Type() - Method in class com.independentsoft.pst.Contact
-
Gets the email3 type.
- getEmailAddress() - Method in class com.independentsoft.pst.PstRecipientWriter
-
Gets the SMTP e-mail address.
- getEmailAddress() - Method in class com.independentsoft.pst.Recipient
-
Gets the email address.
- getEmbeddedItem() - Method in class com.independentsoft.pst.Attachment
-
Gets the embedded item.
- getEncoding() - Method in class com.independentsoft.pst.Attachment
-
Gets the encoding for an attachment.
- getEncoding() - Method in class com.independentsoft.pst.Item
-
Gets the encoding.
- getEncryptionType() - Method in class com.independentsoft.pst.PstFile
-
Gets the encryption type.
- getEndTime() - Method in class com.independentsoft.pst.Appointment
-
Gets the end time.
- getEndTime() - Method in class com.independentsoft.pst.Journal
-
Gets the end time.
- getEntries() - Method in class com.independentsoft.pst.Table
-
Gets the entries.
- getEntriesArray() - Method in class com.independentsoft.pst.Table
-
Gets the entries array.
- getEntry(PropertyTag) - Method in class com.independentsoft.pst.Table
-
Gets the entry.
- getEntryId() - Method in class com.independentsoft.pst.Folder
-
Gets the entry id.
- getEntryId() - Method in class com.independentsoft.pst.Item
-
Gets the entry id.
- getEntryId() - Method in class com.independentsoft.pst.Recipient
-
Gets the entry id.
- getExtendedProperties() - Method in class com.independentsoft.pst.Item
-
Gets the extended properties.
- getExtendedProperties() - Method in class com.independentsoft.pst.PstMessageWriter
-
Gets the extended (named) properties of this message.
- getExtension() - Method in class com.independentsoft.pst.Attachment
-
Gets a file name extension that indicates the document type of an attachment.
- getFileAs() - Method in class com.independentsoft.pst.Contact
-
Gets the file as.
- getFileName() - Method in class com.independentsoft.pst.Attachment
-
Gets an attachment's base file name and extension, excluding path.
- getFileName() - Method in class com.independentsoft.pst.PstAttachmentWriter
-
Gets the file name.
- getFlagDueBy() - Method in class com.independentsoft.pst.Appointment
-
Gets the flag due by.
- getFlagDueBy() - Method in class com.independentsoft.pst.Task
-
Gets the flag due by.
- getFlagIcon() - Method in class com.independentsoft.pst.Item
-
Gets the flag icon.
- getFlags() - Method in class com.independentsoft.pst.Attachment
-
Gets flags for an attachment.
- getFlagStatus() - Method in class com.independentsoft.pst.Item
-
Gets the flag status.
- getFloatArrayValue() - Method in class com.independentsoft.pst.TableEntry
-
Gets the float array value.
- getFloatValue() - Method in class com.independentsoft.pst.ExtendedProperty
-
Gets the float value.
- getFloatValue() - Method in class com.independentsoft.pst.TableEntry
-
Gets the float value.
- getFolder(byte[]) - Method in class com.independentsoft.pst.PstFile
-
Gets the folder.
- getFolder(long) - Method in class com.independentsoft.pst.PstFile
-
Gets the folder.
- getFolder(long) - Method in class com.independentsoft.pst.PstStoreWriter
-
Gets a writer-attached navigable
Folderfor the given nid in the edited store (null if not found). - getFolder(String) - Method in class com.independentsoft.pst.Folder
-
Gets the folder.
- getFolders() - Method in class com.independentsoft.pst.Folder
-
Gets the folders.
- getFolders() - Method in class com.independentsoft.pst.PstFolderWriter
-
Gets the sub-folders of this folder.
- getFolders(boolean) - Method in class com.independentsoft.pst.Folder
-
Gets the folders.
- getFtpSite() - Method in class com.independentsoft.pst.Contact
-
Gets the ftp site.
- getGender() - Method in class com.independentsoft.pst.Contact
-
Gets the gender.
- getGeneration() - Method in class com.independentsoft.pst.Contact
-
Gets the generation.
- getGivenName() - Method in class com.independentsoft.pst.Contact
-
Gets the given name.
- getGovernmentId() - Method in class com.independentsoft.pst.Contact
-
Gets the government id.
- getGuid() - Method in class com.independentsoft.pst.Appointment
-
Gets the guid.
- getGuid() - Method in class com.independentsoft.pst.ExtendedPropertyTag
-
Gets the guid.
- getGuidArrayValue() - Method in class com.independentsoft.pst.TableEntry
-
Gets the guid array value.
- getGuidValue() - Method in class com.independentsoft.pst.TableEntry
-
Gets the guid value.
- getHasPicture() - Method in class com.independentsoft.pst.Contact
-
Gets the checks for picture.
- getHeight() - Method in class com.independentsoft.pst.Note
-
Gets the height.
- getHobbies() - Method in class com.independentsoft.pst.Contact
-
Gets the hobbies.
- getHomeAddress() - Method in class com.independentsoft.pst.Contact
-
Gets the home address.
- getHomeAddressCity() - Method in class com.independentsoft.pst.Contact
-
Gets the home address city.
- getHomeAddressCountry() - Method in class com.independentsoft.pst.Contact
-
Gets the home address country.
- getHomeAddressPostalCode() - Method in class com.independentsoft.pst.Contact
-
Gets the home address postal code.
- getHomeAddressPostOfficeBox() - Method in class com.independentsoft.pst.Contact
-
Gets the home address post office box.
- getHomeAddressState() - Method in class com.independentsoft.pst.Contact
-
Gets the home address state.
- getHomeAddressStreet() - Method in class com.independentsoft.pst.Contact
-
Gets the home address street.
- getHomeFax() - Method in class com.independentsoft.pst.Contact
-
Gets the home fax.
- getHomePhone() - Method in class com.independentsoft.pst.Contact
-
Gets the home phone.
- getHomePhone2() - Method in class com.independentsoft.pst.Contact
-
Gets the home phone2.
- getIconIndex() - Method in class com.independentsoft.pst.Item
-
Gets the icon index.
- getId() - Method in class com.independentsoft.pst.ExtendedPropertyId
-
Gets the id.
- getId() - Method in class com.independentsoft.pst.Folder
-
Gets the id.
- getId() - Method in class com.independentsoft.pst.Item
-
Gets the id.
- getImportance() - Method in class com.independentsoft.pst.Item
-
Gets the importance.
- getInitials() - Method in class com.independentsoft.pst.Contact
-
Gets the initials.
- getInputStream() - Method in class com.independentsoft.pst.Attachment
-
Gets the input stream.
- getInReplyTo() - Method in class com.independentsoft.pst.Item
-
Gets the in reply to.
- getInstanceKey() - Method in class com.independentsoft.pst.Recipient
-
Gets the instance key.
- getInstantMessengerAddress() - Method in class com.independentsoft.pst.Contact
-
Gets the instant messenger address.
- getIntegerArrayValue() - Method in class com.independentsoft.pst.TableEntry
-
Gets the integer array value.
- getIntegerValue() - Method in class com.independentsoft.pst.ExtendedProperty
-
Gets the integer value.
- getIntegerValue() - Method in class com.independentsoft.pst.TableEntry
-
Gets the integer value.
- getInternetCodePage() - Method in class com.independentsoft.pst.Item
-
Gets the internet code page.
- getInternetFreeBusyAddress() - Method in class com.independentsoft.pst.Contact
-
Gets the internet free busy address.
- getInternetMessageId() - Method in class com.independentsoft.pst.Item
-
Gets the internet message id.
- getInternetReferences() - Method in class com.independentsoft.pst.Item
-
Gets the internet references.
- getIsdn() - Method in class com.independentsoft.pst.Contact
-
Gets the isdn.
- getItem(byte[]) - Method in class com.independentsoft.pst.PstFile
-
Gets the item.
- getItem(long) - Method in class com.independentsoft.pst.PstFile
-
Gets the item.
- getItemCount() - Method in class com.independentsoft.pst.Folder
-
Gets the item count.
- getItems() - Method in class com.independentsoft.pst.Folder
-
Gets the items.
- getItems(int) - Method in class com.independentsoft.pst.Folder
-
Gets the items.
- getItems(int, int) - Method in class com.independentsoft.pst.Folder
-
Gets the items.
- getKeywords() - Method in class com.independentsoft.pst.Item
-
Gets the keywords.
- getLabel() - Method in class com.independentsoft.pst.Appointment
-
Gets the label.
- getLastModificationTime() - Method in class com.independentsoft.pst.Attachment
-
Gets the last modification time.
- getLastModificationTime() - Method in class com.independentsoft.pst.Item
-
Gets the last modification time.
- getLastModifierName() - Method in class com.independentsoft.pst.Item
-
Gets the last modifier name.
- getLastVerbExecuted() - Method in class com.independentsoft.pst.Item
-
Gets the last verb executed.
- getLastVerbExecutionTime() - Method in class com.independentsoft.pst.Item
-
Gets the last verb execution time.
- getLeft() - Method in class com.independentsoft.pst.Note
-
Gets the left.
- getLocation() - Method in class com.independentsoft.pst.Appointment
-
Gets the location.
- getLongArrayValue() - Method in class com.independentsoft.pst.TableEntry
-
Gets the long array value.
- getLongFileName() - Method in class com.independentsoft.pst.Attachment
-
Gets an attachment's long filename and extension, excluding path.
- getLongPathName() - Method in class com.independentsoft.pst.Attachment
-
Gets an attachment's fully-qualified long path and filename.
- getLongValue() - Method in class com.independentsoft.pst.ExtendedProperty
-
Gets the long value.
- getLongValue() - Method in class com.independentsoft.pst.TableEntry
-
Gets the long value.
- getMailboxRoot() - Method in class com.independentsoft.pst.PstFile
-
Gets the mailbox root.
- getManagerName() - Method in class com.independentsoft.pst.Contact
-
Gets the manager name.
- getMeetingStatus() - Method in class com.independentsoft.pst.Appointment
-
Gets the meeting status.
- getMessageClass() - Method in class com.independentsoft.pst.Item
-
Gets the message class.
- getMessageClass() - Method in class com.independentsoft.pst.PstMessageWriter
-
Gets the message class (default "IPM.Note").
- getMessageDeliveryTime() - Method in class com.independentsoft.pst.Item
-
Gets the message delivery time.
- getMessageFile() - Method in class com.independentsoft.pst.Item
-
Gets the message file.
- getMessageFile(Encoding) - Method in class com.independentsoft.pst.Item
-
Gets the message file.
- getMessageFlags() - Method in class com.independentsoft.pst.Item
-
Gets the message flags.
- getMessages() - Method in class com.independentsoft.pst.PstFolderWriter
-
Gets the messages contained in this folder.
- getMessageStore() - Method in class com.independentsoft.pst.PstFile
-
Gets the message store.
- getMethod() - Method in class com.independentsoft.pst.Attachment
-
Gets a MAPI-defined constant representing the way the contents of an attachment can be accessed.
- getMiddleName() - Method in class com.independentsoft.pst.Contact
-
Gets the middle name.
- getMileage() - Method in class com.independentsoft.pst.Item
-
Gets the mileage.
- getMimeSequence() - Method in class com.independentsoft.pst.Attachment
-
Gets the MIME sequence number of a MIME message attachment.
- getMimeTag() - Method in class com.independentsoft.pst.Attachment
-
Gets formatting information about a MIME attachment.
- getName() - Method in class com.independentsoft.pst.ExtendedPropertyName
-
Gets the name.
- getNickname() - Method in class com.independentsoft.pst.Contact
-
Gets the nickname.
- getNormalizedSubject() - Method in class com.independentsoft.pst.Item
-
Gets the normalized subject.
- getObjectType() - Method in class com.independentsoft.pst.Attachment
-
Gets the type of the attachment.
- getObjectType() - Method in class com.independentsoft.pst.Item
-
Gets the object type.
- getObjectType() - Method in class com.independentsoft.pst.Recipient
-
Gets the object type.
- getOfficeLocation() - Method in class com.independentsoft.pst.Contact
-
Gets the office location.
- getOriginalDisplayTo() - Method in class com.independentsoft.pst.Item
-
Gets the original display to.
- getOriginatingAddressType() - Method in class com.independentsoft.pst.Recipient
-
Gets the originating address type.
- getOriginatingEmailAddress() - Method in class com.independentsoft.pst.Recipient
-
Gets the originating email address.
- getOtherAddress() - Method in class com.independentsoft.pst.Contact
-
Gets the other address.
- getOtherAddressCity() - Method in class com.independentsoft.pst.Contact
-
Gets the other address city.
- getOtherAddressCountry() - Method in class com.independentsoft.pst.Contact
-
Gets the other address country.
- getOtherAddressPostalCode() - Method in class com.independentsoft.pst.Contact
-
Gets the other address postal code.
- getOtherAddressState() - Method in class com.independentsoft.pst.Contact
-
Gets the other address state.
- getOtherAddressStreet() - Method in class com.independentsoft.pst.Contact
-
Gets the other address street.
- getOtherPhone() - Method in class com.independentsoft.pst.Contact
-
Gets the other phone.
- getOutlookInternalVersion() - Method in class com.independentsoft.pst.Item
-
Gets the outlook internal version.
- getOutlookVersion() - Method in class com.independentsoft.pst.Item
-
Gets the outlook version.
- getOwner() - Method in class com.independentsoft.pst.Task
-
Gets the owner.
- getOwnership() - Method in class com.independentsoft.pst.Task
-
Gets the ownership.
- getPager() - Method in class com.independentsoft.pst.Contact
-
Gets the pager.
- getParentId() - Method in class com.independentsoft.pst.Folder
-
Gets the parent id.
- getParentId() - Method in class com.independentsoft.pst.Item
-
Gets the parent id.
- getPasswordCheckSum() - Method in class com.independentsoft.pst.MessageStore
-
Gets the password check sum.
- getPathName() - Method in class com.independentsoft.pst.Attachment
-
Gets an attachment's fully-qualified path and filename.
- getPercentComplete() - Method in class com.independentsoft.pst.Task
-
Gets the percent complete.
- getPersonalHomePage() - Method in class com.independentsoft.pst.Contact
-
Gets the personal home page.
- getPostalAddress() - Method in class com.independentsoft.pst.Contact
-
Gets the postal address.
- getPrimaryFax() - Method in class com.independentsoft.pst.Contact
-
Gets the primary fax.
- getPrimaryPhone() - Method in class com.independentsoft.pst.Contact
-
Gets the primary phone.
- getPriority() - Method in class com.independentsoft.pst.Item
-
Gets the priority.
- getProfession() - Method in class com.independentsoft.pst.Contact
-
Gets the profession.
- getPropertyTag() - Method in class com.independentsoft.pst.TableEntry
-
Gets the property tag.
- getProviderSubmitTime() - Method in class com.independentsoft.pst.Item
-
Gets the provider submit time.
- getRadioPhone() - Method in class com.independentsoft.pst.Contact
-
Gets the radio phone.
- getReceivedByAddressType() - Method in class com.independentsoft.pst.Item
-
Gets the received by address type.
- getReceivedByEmailAddress() - Method in class com.independentsoft.pst.Item
-
Gets the received by email address.
- getReceivedByEntryId() - Method in class com.independentsoft.pst.Item
-
Gets the received by entry id.
- getReceivedByName() - Method in class com.independentsoft.pst.Item
-
Gets the received by name.
- getReceivedBySearchKey() - Method in class com.independentsoft.pst.Item
-
Gets the received by search key.
- getReceivedRepresentingAddressType() - Method in class com.independentsoft.pst.Item
-
Gets the received representing address type.
- getReceivedRepresentingEmailAddress() - Method in class com.independentsoft.pst.Item
-
Gets the received representing email address.
- getReceivedRepresentingEntryId() - Method in class com.independentsoft.pst.Item
-
Gets the received representing entry id.
- getReceivedRepresentingName() - Method in class com.independentsoft.pst.Item
-
Gets the received representing name.
- getReceivedRepresentingSearchKey() - Method in class com.independentsoft.pst.Item
-
Gets the received representing search key.
- getRecipients() - Method in class com.independentsoft.pst.Item
-
Gets the recipients.
- getRecipients() - Method in class com.independentsoft.pst.PstMessageWriter
-
Gets the recipients of this message.
- getRecipientType() - Method in class com.independentsoft.pst.PstRecipientWriter
-
Gets the recipient type (To/Cc/Bcc).
- getRecipientType() - Method in class com.independentsoft.pst.Recipient
-
Gets the recipient type.
- getRecordKey() - Method in class com.independentsoft.pst.Attachment
-
Gets the record key for an attachment.
- getRecordKey() - Method in class com.independentsoft.pst.MessageStore
-
Gets the record key.
- getRecurrencePattern() - Method in class com.independentsoft.pst.Appointment
-
Gets the recurrence pattern.
- getRecurrencePatternDescription() - Method in class com.independentsoft.pst.Appointment
-
Gets the recurrence pattern description.
- getRecurrencePatternDescription() - Method in class com.independentsoft.pst.Task
-
Gets the recurrence pattern description.
- getRecurrenceType() - Method in class com.independentsoft.pst.Appointment
-
Gets the recurrence type.
- getReminderMinutesBeforeStart() - Method in class com.independentsoft.pst.Appointment
-
Gets the reminder minutes before start.
- getReminderMinutesBeforeStart() - Method in class com.independentsoft.pst.Task
-
Gets the reminder minutes before start.
- getReminderOverrideDefault() - Method in class com.independentsoft.pst.Appointment
-
Gets the reminder override default.
- getReminderOverrideDefault() - Method in class com.independentsoft.pst.Task
-
Gets the reminder override default.
- getReminderPlaySound() - Method in class com.independentsoft.pst.Appointment
-
Gets the reminder play sound.
- getReminderPlaySound() - Method in class com.independentsoft.pst.Task
-
Gets the reminder play sound.
- getReminderSoundFile() - Method in class com.independentsoft.pst.Appointment
-
Gets the reminder sound file.
- getReminderSoundFile() - Method in class com.independentsoft.pst.Task
-
Gets the reminder sound file.
- getReminderTime() - Method in class com.independentsoft.pst.Appointment
-
Gets the reminder time.
- getReminderTime() - Method in class com.independentsoft.pst.Task
-
Gets the reminder time.
- getRendering() - Method in class com.independentsoft.pst.Attachment
-
Gets a metafile with rendering information for an attachment.
- getRenderingPosition() - Method in class com.independentsoft.pst.Attachment
-
Gets rendering position index.
- getReplyTo() - Method in class com.independentsoft.pst.Item
-
Gets the reply-to recipient names.
- getReportText() - Method in class com.independentsoft.pst.Item
-
Gets the report text.
- getReportTime() - Method in class com.independentsoft.pst.Item
-
Gets the report time.
- getResponseStatus() - Method in class com.independentsoft.pst.Appointment
-
Gets the response status.
- getResponsibility() - Method in class com.independentsoft.pst.Recipient
-
Gets the responsibility.
- getRoot() - Method in class com.independentsoft.pst.PstFile
-
Gets the root.
- getRoot() - Method in class com.independentsoft.pst.PstStoreWriter
-
Gets the editable root folder ("Top of Personal Folders") of a store opened with
PstStoreWriter.open(String). - getRtfCompressed() - Method in class com.independentsoft.pst.Item
-
Gets the rtf compressed.
- getRtfInSync() - Method in class com.independentsoft.pst.Item
-
Gets the rtf in sync.
- getSearchKey() - Method in class com.independentsoft.pst.Item
-
Gets the search key.
- getSearchKey() - Method in class com.independentsoft.pst.Recipient
-
Gets the search key.
- getSelectedMailingAddress() - Method in class com.independentsoft.pst.Contact
-
Gets the selected mailing address.
- getSenderAddressType() - Method in class com.independentsoft.pst.Item
-
Gets the sender address type.
- getSenderEmailAddress() - Method in class com.independentsoft.pst.Item
-
Gets the sender email address.
- getSenderEntryId() - Method in class com.independentsoft.pst.Item
-
Gets the sender entry id.
- getSenderName() - Method in class com.independentsoft.pst.Item
-
Gets the sender name.
- getSenderSearchKey() - Method in class com.independentsoft.pst.Item
-
Gets the sender search key.
- getSendInternetEncoding() - Method in class com.independentsoft.pst.Recipient
-
Gets the send internet encoding.
- getSendRichInfo() - Method in class com.independentsoft.pst.Recipient
-
Gets the send rich info.
- getSensitivity() - Method in class com.independentsoft.pst.Item
-
Gets the sensitivity.
- getSentRepresentingAddressType() - Method in class com.independentsoft.pst.Item
-
Gets the sent representing address type.
- getSentRepresentingEmailAddress() - Method in class com.independentsoft.pst.Item
-
Gets the sent representing email address.
- getSentRepresentingEntryId() - Method in class com.independentsoft.pst.Item
-
Gets the sent representing entry id.
- getSentRepresentingName() - Method in class com.independentsoft.pst.Item
-
Gets the sent representing name.
- getSentRepresentingSearchKey() - Method in class com.independentsoft.pst.Item
-
Gets the sent representing search key.
- getShortArrayValue() - Method in class com.independentsoft.pst.TableEntry
-
Gets the short array value.
- getShortValue() - Method in class com.independentsoft.pst.ExtendedProperty
-
Gets the short value.
- getShortValue() - Method in class com.independentsoft.pst.TableEntry
-
Gets the short value.
- getSize() - Method in class com.independentsoft.pst.Attachment
-
Gets attachment's size in bytes.
- getSize() - Method in class com.independentsoft.pst.Item
-
Gets the size.
- getSize() - Method in class com.independentsoft.pst.PstFile
-
Gets the size.
- getSmtpAddress() - Method in class com.independentsoft.pst.Recipient
-
Gets the smtp address.
- getSpouseName() - Method in class com.independentsoft.pst.Contact
-
Gets the spouse name.
- getStartDate() - Method in class com.independentsoft.pst.Task
-
Gets the start date.
- getStartTime() - Method in class com.independentsoft.pst.Appointment
-
Gets the start time.
- getStartTime() - Method in class com.independentsoft.pst.Journal
-
Gets the start time.
- getStatus() - Method in class com.independentsoft.pst.Task
-
Gets the status.
- getStringArrayValue() - Method in class com.independentsoft.pst.ExtendedProperty
-
Gets the string array value.
- getStringArrayValue() - Method in class com.independentsoft.pst.TableEntry
-
Gets the string array value.
- getStringValue() - Method in class com.independentsoft.pst.ExtendedProperty
-
Gets the string value.
- getStringValue() - Method in class com.independentsoft.pst.TableEntry
-
Gets the string value.
- getSubject() - Method in class com.independentsoft.pst.Item
-
Gets the subject.
- getSubject() - Method in class com.independentsoft.pst.PstMessageWriter
-
Gets the subject.
- getSubjectPrefix() - Method in class com.independentsoft.pst.Item
-
Gets the subject prefix.
- getSurname() - Method in class com.independentsoft.pst.Contact
-
Gets the surname.
- getTable() - Method in class com.independentsoft.pst.Folder
-
Gets the table.
- getTable() - Method in class com.independentsoft.pst.Item
-
Gets the table.
- getTable() - Method in class com.independentsoft.pst.MessageStore
-
Gets the underlying table of the message store.
- getTag() - Method in class com.independentsoft.pst.Attachment
-
Gets an object identifier specifying the application that supplied an attachment.
- getTag() - Method in class com.independentsoft.pst.ExtendedProperty
-
Gets the tag.
- getTag() - Method in class com.independentsoft.pst.PropertyTag
-
Gets the tag.
- getTelex() - Method in class com.independentsoft.pst.Contact
-
Gets the telex.
- getTimeZone() - Method in class com.independentsoft.pst.Appointment
-
Gets the time zone.
- getTitle() - Method in class com.independentsoft.pst.Contact
-
Gets the title.
- getTop() - Method in class com.independentsoft.pst.Note
-
Gets the top.
- getTopOfPersonalFolders() - Method in class com.independentsoft.pst.PstStoreWriter
-
Gets the root user folder ("Top of Personal Folders").
- getTotalWork() - Method in class com.independentsoft.pst.Task
-
Gets the total work.
- getTransmitableDisplayName() - Method in class com.independentsoft.pst.Recipient
-
Gets the transmitable display name.
- getTransportMessageHeaders() - Method in class com.independentsoft.pst.Item
-
Gets the transport message headers.
- getTransportName() - Method in class com.independentsoft.pst.Attachment
-
Gets the name of an attachment file modified so that it can be associated with TNEF messages.
- getTtyTddPhone() - Method in class com.independentsoft.pst.Contact
-
Gets the tty tdd phone.
- getType() - Method in class com.independentsoft.pst.ExtendedPropertyTag
-
Gets the type.
- getType() - Method in class com.independentsoft.pst.Journal
-
Gets the type.
- getType() - Method in class com.independentsoft.pst.PropertyTag
-
Gets the type.
- getTypeDescription() - Method in class com.independentsoft.pst.Journal
-
Gets the type description.
- getUnreadItemCount() - Method in class com.independentsoft.pst.Folder
-
Gets the unread item count.
- getValue() - Method in class com.independentsoft.pst.ExtendedProperty
-
Gets the value.
- getValueBuffer() - Method in class com.independentsoft.pst.TableEntry
-
Gets the value buffer.
- getWeddingAnniversary() - Method in class com.independentsoft.pst.Contact
-
Gets the wedding anniversary.
- getWidth() - Method in class com.independentsoft.pst.Note
-
Gets the width.
- GLOBAL_ADDRESS_BOOK - Enum constant in enum class com.independentsoft.pst.DisplayType
-
A global address book.
- GREEN - Enum constant in enum class com.independentsoft.pst.FlagIcon
-
Green flag.
- GREEN - Enum constant in enum class com.independentsoft.pst.NoteColor
-
Green note.
- guid - Variable in class com.independentsoft.pst.ExtendedPropertyTag
- GUID - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A GUID (PT_CLSID).
- GUID_ARRAY - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A multiple-value array of GUIDs (PT_MV_CLSID).
H
- HAS_ATTACHMENT - Enum constant in enum class com.independentsoft.pst.MessageFlag
-
The message has at least one attachment.
- hasAttachment() - Method in class com.independentsoft.pst.Item
-
Checks for attachment.
- hasSubFolders() - Method in class com.independentsoft.pst.Folder
-
Checks for sub folders.
- HIGH - Enum constant in enum class com.independentsoft.pst.EncryptionType
-
The data is encrypted with the high (cyclic) algorithm.
- HIGH - Enum constant in enum class com.independentsoft.pst.Importance
-
High importance.
- HIGH - Enum constant in enum class com.independentsoft.pst.Priority
-
High priority.
- HOME - Enum constant in enum class com.independentsoft.pst.SelectedMailingAddress
-
The home address is the mailing address.
I
- Importance - Enum Class in com.independentsoft.pst
-
Specifies the importance of a message.
- IN_PROGRESS - Enum constant in enum class com.independentsoft.pst.TaskStatus
-
Specifies that the task is in progress.
- INTEGER - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A signed 32-bit integer (PT_LONG).
- INTEGER_ARRAY - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A multiple-value array of 32-bit integers (PT_MV_LONG).
- InvalidFileFormatException - Exception Class in com.independentsoft.pst
-
The Class InvalidFileFormatException.
- InvalidFileFormatException(String) - Constructor for exception class com.independentsoft.pst.InvalidFileFormatException
-
Instantiates a new invalid file format exception.
- InvalidFileFormatException(String, Throwable) - Constructor for exception class com.independentsoft.pst.InvalidFileFormatException
-
Instantiates a new invalid file format exception.
- INVISIBLE_IN_HTML - Enum constant in enum class com.independentsoft.pst.AttachmentFlags
-
The attachment is hidden from the HTML rendering of the message body.
- INVISIBLE_IN_RTF - Enum constant in enum class com.independentsoft.pst.AttachmentFlags
-
The attachment is hidden from the RTF rendering of the message body.
- is64Bit() - Method in class com.independentsoft.pst.PstFile
-
Checks if is 64 bit.
- isAllDayEvent() - Method in class com.independentsoft.pst.Appointment
-
Checks if is all day event.
- isAllDayEvent() - Method in class com.independentsoft.pst.Task
-
Checks if is all day event.
- isComplete() - Method in class com.independentsoft.pst.Task
-
Checks if is complete.
- isContactPhoto() - Method in class com.independentsoft.pst.Attachment
-
Gets whether this attachment is a contact photo.
- isEmbedded() - Method in class com.independentsoft.pst.Item
-
Checks if is embedded.
- isHidden() - Method in class com.independentsoft.pst.Attachment
-
Gets whether an attachment is hidden from the end user.
- isHidden() - Method in class com.independentsoft.pst.Item
-
Checks if is hidden.
- isIncludeSearchFolder() - Method in class com.independentsoft.pst.PstStoreWriter
-
Gets whether to include the default search-folder infrastructure.
- isPrivate() - Method in class com.independentsoft.pst.Appointment
-
Checks if is private.
- isPrivate() - Method in class com.independentsoft.pst.Task
-
Checks if is private.
- isReadOnly() - Method in class com.independentsoft.pst.Item
-
Checks if is read only.
- isRecurring() - Method in class com.independentsoft.pst.Appointment
-
Checks if is recurring.
- isRecurring() - Method in class com.independentsoft.pst.Task
-
Checks if is recurring.
- isReminderSet() - Method in class com.independentsoft.pst.Appointment
-
Checks if is reminder set.
- isReminderSet() - Method in class com.independentsoft.pst.Task
-
Checks if is reminder set.
- isSystem() - Method in class com.independentsoft.pst.Item
-
Checks if is system.
- isTeamTask() - Method in class com.independentsoft.pst.Task
-
Checks if is team task.
- Item - Class in com.independentsoft.pst
-
The Class Item.
- Item() - Constructor for class com.independentsoft.pst.Item
- Item(Message) - Constructor for class com.independentsoft.pst.Item
-
Initializes a new
Itemfrom aMessage(e.g. - Item(String) - Constructor for class com.independentsoft.pst.Item
-
Initializes a new
Itemof the given message class (e.g.
J
- Journal - Class in com.independentsoft.pst
-
The Class Journal.
L
- LastVerbExecuted - Enum Class in com.independentsoft.pst
-
Specifies the last action (verb) the user performed on a message.
- LOCAL_ADDRESS_BOOK - Enum constant in enum class com.independentsoft.pst.DisplayType
-
A local (personal) address book.
- LONG - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A signed 64-bit integer (PT_LONGLONG).
- LONG_ARRAY - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A multiple-value array of 64-bit integers (PT_MV_LONGLONG).
- LOW - Enum constant in enum class com.independentsoft.pst.Importance
-
Low importance.
- LOW - Enum constant in enum class com.independentsoft.pst.Priority
-
Low priority.
M
- MAIL_USER - Enum constant in enum class com.independentsoft.pst.DisplayType
-
A messaging user (a person).
- MAIL_USER - Enum constant in enum class com.independentsoft.pst.ObjectType
-
A messaging user (a person).
- MALE - Enum constant in enum class com.independentsoft.pst.Gender
-
Male.
- MapiPropertyTag - Class in com.independentsoft.pst
-
Defines constants for the standard MAPI property tags (the
PR_*identifiers from the MAPI / MS-OXPROPS specifications), each exposed as aPropertyTag. - MARKED - Enum constant in enum class com.independentsoft.pst.FlagStatus
-
The message is flagged for follow-up.
- MEETING - Enum constant in enum class com.independentsoft.pst.MeetingStatus
-
The object is the organizer's copy of a meeting.
- MeetingStatus - Enum Class in com.independentsoft.pst
-
The MeetingStatus enum specifies the status of an appointment or meeting.
- Message - Class in com.independentsoft.pst
-
Represents a message item (IPM.Note) in a PST store.
- MESSAGE - Enum constant in enum class com.independentsoft.pst.ObjectType
-
A message.
- MESSAGE_STORE - Enum constant in enum class com.independentsoft.pst.ObjectType
-
A message store.
- MessageFlag - Enum Class in com.independentsoft.pst
-
Specifies the status flags of a message (the bits of PR_MESSAGE_FLAGS).
- MessageStore - Class in com.independentsoft.pst
-
The Class MessageStore.
- MODIFIABLE - Enum constant in enum class com.independentsoft.pst.DisplayType
-
An address book that can be modified.
- MONTH_NTH - Enum constant in enum class com.independentsoft.pst.RecurrenceType
-
The item recurs on the nth weekday of each month.
- MONTHLY - Enum constant in enum class com.independentsoft.pst.RecurrenceType
-
The item recurs on a specific day of each month.
N
- NEW - Enum constant in enum class com.independentsoft.pst.TaskOwnership
-
Specifies that task has not yet been assigned to a user.
- NO_ATTACHMENT - Enum constant in enum class com.independentsoft.pst.AttachmentMethod
-
The attachment has no data.
- NO_MATCH - Enum constant in enum class com.independentsoft.pst.TaskDelegationState
-
No match.
- NON_MEETING - Enum constant in enum class com.independentsoft.pst.MeetingStatus
-
The object is an appointment, not a meeting.
- NON_READ_REPORT_PENDING - Enum constant in enum class com.independentsoft.pst.MessageFlag
-
A nonread report needs to be sent for the message.
- NONE - Enum constant in enum class com.independentsoft.pst.AttachmentFlags
-
No flags are set.
- NONE - Enum constant in enum class com.independentsoft.pst.AttachmentMethod
-
The attachment method is not specified.
- NONE - Enum constant in enum class com.independentsoft.pst.BusyStatus
-
The free/busy status is not specified.
- NONE - Enum constant in enum class com.independentsoft.pst.DisplayType
-
The display type is not specified.
- NONE - Enum constant in enum class com.independentsoft.pst.EncryptionType
-
The data is not encrypted.
- NONE - Enum constant in enum class com.independentsoft.pst.FlagIcon
-
No flag icon.
- NONE - Enum constant in enum class com.independentsoft.pst.FlagStatus
-
The message is not flagged.
- NONE - Enum constant in enum class com.independentsoft.pst.Gender
-
The gender is not specified.
- NONE - Enum constant in enum class com.independentsoft.pst.Importance
-
The importance is not specified.
- NONE - Enum constant in enum class com.independentsoft.pst.LastVerbExecuted
-
No action has been performed.
- NONE - Enum constant in enum class com.independentsoft.pst.MeetingStatus
-
The meeting status is not specified.
- NONE - Enum constant in enum class com.independentsoft.pst.NoteColor
-
The note color is not specified.
- NONE - Enum constant in enum class com.independentsoft.pst.ObjectType
-
The object type is not specified.
- NONE - Enum constant in enum class com.independentsoft.pst.Priority
-
The priority is not specified.
- NONE - Enum constant in enum class com.independentsoft.pst.RecipientType
-
The recipient type is not specified.
- NONE - Enum constant in enum class com.independentsoft.pst.RecurrenceType
-
The recurrence type is not specified.
- NONE - Enum constant in enum class com.independentsoft.pst.ResponseStatus
-
No response is required or the status is not specified.
- NONE - Enum constant in enum class com.independentsoft.pst.SelectedMailingAddress
-
No mailing address is selected.
- NONE - Enum constant in enum class com.independentsoft.pst.Sensitivity
-
The sensitivity is not specified (normal).
- NONE - Enum constant in enum class com.independentsoft.pst.TaskDelegationState
-
None.
- NONE - Enum constant in enum class com.independentsoft.pst.TaskOwnership
-
None.
- NONE - Enum constant in enum class com.independentsoft.pst.TaskStatus
-
None.
- NORMAL - Enum constant in enum class com.independentsoft.pst.Importance
-
Normal importance.
- NORMAL - Enum constant in enum class com.independentsoft.pst.Priority
-
Normal priority.
- NOT_RESPONDED - Enum constant in enum class com.independentsoft.pst.ResponseStatus
-
The attendee has not yet responded.
- NOT_SPECIFIC - Enum constant in enum class com.independentsoft.pst.DisplayType
-
The display type is not specific.
- NOT_STARTED - Enum constant in enum class com.independentsoft.pst.TaskStatus
-
Specifies that the task is not started.
- Note - Class in com.independentsoft.pst
-
The Class Note.
- NoteColor - Enum Class in com.independentsoft.pst
-
Specifies the color of a sticky note.
- NULL - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A null value (PT_NULL).
O
- OBJECT - Enum constant in enum class com.independentsoft.pst.PropertyType
-
An embedded object (PT_OBJECT).
- ObjectType - Enum Class in com.independentsoft.pst
-
Specifies the type of a MAPI object (the value of PR_OBJECT_TYPE).
- OLE - Enum constant in enum class com.independentsoft.pst.AttachmentMethod
-
The attachment is an embedded OLE object.
- open(File) - Method in class com.independentsoft.pst.PstFile
-
Open.
- open(File, String) - Method in class com.independentsoft.pst.PstFile
-
Open.
- open(InputStream) - Method in class com.independentsoft.pst.PstStoreWriter
-
Opens an existing PST from a stream for editing.
- open(String) - Method in class com.independentsoft.pst.PstFile
-
Open.
- open(String) - Method in class com.independentsoft.pst.PstStoreWriter
-
Opens an existing PST file for editing.
- open(String, String) - Method in class com.independentsoft.pst.PstFile
-
Open.
- ORANGE - Enum constant in enum class com.independentsoft.pst.FlagIcon
-
Orange flag.
- ORGANIZATION - Enum constant in enum class com.independentsoft.pst.DisplayType
-
An organization, such as a help desk.
- ORGANIZED - Enum constant in enum class com.independentsoft.pst.ResponseStatus
-
The user is the organizer of the meeting.
- ORIGIN_INTERNET - Enum constant in enum class com.independentsoft.pst.MessageFlag
-
The incoming message arrived over the Internet.
- ORIGIN_MISC_EXTERNAL - Enum constant in enum class com.independentsoft.pst.MessageFlag
-
The incoming message arrived over an external link other than X.400 or the Internet.
- ORIGIN_X400 - Enum constant in enum class com.independentsoft.pst.MessageFlag
-
The incoming message arrived over an X.400 link.
- OTHER - Enum constant in enum class com.independentsoft.pst.SelectedMailingAddress
-
The other address is the mailing address.
- OUT_OF_OFFICE - Enum constant in enum class com.independentsoft.pst.BusyStatus
-
Out of the office status.
- OWN - Enum constant in enum class com.independentsoft.pst.TaskOwnership
-
Specifies that task is assigned to the current user.
- OWN_NEW - Enum constant in enum class com.independentsoft.pst.TaskDelegationState
-
Own new.
- OWNED - Enum constant in enum class com.independentsoft.pst.TaskDelegationState
-
Owned.
P
- P1 - Enum constant in enum class com.independentsoft.pst.RecipientType
-
A P1 (transport-level) recipient.
- PERSONAL - Enum constant in enum class com.independentsoft.pst.Sensitivity
-
Personal sensitivity.
- PINK - Enum constant in enum class com.independentsoft.pst.NoteColor
-
Pink note.
- Post - Class in com.independentsoft.pst
-
Represents a post item (a message posted directly to a folder, IPM.Post).
- PR_7BIT_DISPLAY_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_AB_DEFAULT_DIR - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_AB_DEFAULT_PAB - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_AB_PROVIDER_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_AB_PROVIDERS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_AB_SEARCH_PATH - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_AB_SEARCH_PATH_UPDATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ABSTRACT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ACCESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ACCESS_LEVEL - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ACCOUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ACKNOWLEDGEMENT_MODE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ACL_DATA - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ACL_TABLE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ACTION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ACTION_DATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ACTION_FLAG - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ACTIVE_USER_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ADDRBOOK_FOR_LOCAL_SITE_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ADDRBOOK_MID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ADDRESS_BOOK_DISPLAY_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ADDRESS_BOOK_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ADDRTYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ADMIN_SECURITY_DESCRIPTOR - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_AGE_LIMIT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_AGING_GRANULARITY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_AGING_PERIOD - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ALTERNATE_RECIPIENT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ALTERNATE_RECIPIENT_ALLOWED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ANR - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ARRIVAL_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ARTICLE_NUM_NEXT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ASSISTANT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ASSISTANT_TELEPHONE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ASSOC_CONTENT_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ASSOC_MESSAGE_SIZE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ASSOC_MESSAGE_SIZE_EXTENDED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ASSOC_MSG_W_ATTACH_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ASSOCIATED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_ADDITIONAL_INFO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_CONTENT_BASE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_CONTENT_DISPOSITION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_CONTENT_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_CONTENT_LOCATION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_DATA_BIN - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_DATA_OBJ - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_ENCODING - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_EXTENSION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_EXTENSION_W - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_FILENAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_FILENAME_W - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_LONG_FILENAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_LONG_FILENAME_W - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_LONG_PATHNAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_METHOD - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_MIME_SEQUENCE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_MIME_TAG - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_NUM - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_ON_ASSOC_MSG_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_ON_NORMAL_MSG_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_PATHNAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_RENDERING - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_SIZE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_TAG - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_TRANSPORT_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACH_VIRUS_SCAN_INFO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACHMENT_CONTACTPHOTO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACHMENT_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACHMENT_HIDDEN - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACHMENT_LINKID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTACHMENT_X400_PARAMETERS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTR_HIDDEN - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTR_READONLY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ATTR_SYSTEM - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_AUTHORIZING_USERS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_AUTO_ADD_NEW_SUBS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_AUTO_FORWARD_COMMENT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_AUTO_FORWARDED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_AUTO_RESET - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_AUTO_RESPONSE_SUPPRESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_BEEPER_TELEPHONE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_BILATERAL_INFO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_BIRTHDAY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_BODY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_BODY_CRC - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_BUSINESS_ADDRESS_CITY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_BUSINESS_ADDRESS_COUNTRY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_BUSINESS_ADDRESS_POST_OFFICE_BOX - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_BUSINESS_ADDRESS_POSTAL_CODE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_BUSINESS_ADDRESS_STATE_OR_PROVINCE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_BUSINESS_ADDRESS_STREET - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_BUSINESS_FAX_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_BUSINESS_HOME_PAGE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_BUSINESS_TELEPHONE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_BUSINESS2_TELEPHONE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CACHED_COLUMN_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CAL_END_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CAL_RECURRING_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CAL_REMINDER_NEXT_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CAL_START_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CALLBACK_TELEPHONE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CAR_TELEPHONE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CATEG_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CATEG_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CDO_EXPANSION_INDEX - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CELLULAR_TELEPHONE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CHANGE_ADVISOR - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CHANGE_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CHANGE_NOTIFICATION_GUID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CHECK_IN_COMMENT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CHECK_IN_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CHILDRENS_NAMES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CLIENT_ACTIONS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CLIENT_SUBMIT_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CN_EXPORT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CN_MV_EXPORT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CODE_PAGE_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_COLLECTOR - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_COMMENT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_COMMON_VIEWS_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_COMPANY_MAIN_PHONE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_COMPANY_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_COMPUTER_NETWORK_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONFLICT_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONFLICT_MSG_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONNECTION_MODULUS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTACT_ADDRTYPES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTACT_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTACT_DEFAULT_ADDRESS_INDEX - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTACT_EMAIL_ADDRESSES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTACT_ENTRYIDS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTACT_VERSION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTAINER_CLASS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTAINER_CONTENTS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTAINER_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTAINER_HIERARCHY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTAINER_MODIFY_VERSION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTENT_CONFIDENTIALITY_ALGORITHM_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTENT_CORRELATOR - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTENT_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTENT_IDENTIFIER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTENT_INTEGRITY_CHECK - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTENT_LENGTH - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTENT_RETURN_REQUESTED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTENT_SEARCH_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTENT_UNREAD - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTENTS_SORT_ORDER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTENTS_SYNCHRONIZER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTROL_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTROL_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTROL_STRUCTURE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONTROL_TYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONVERSATION_INDEX - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONVERSATION_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONVERSATION_TOPIC - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONVERSION_EITS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONVERSION_PROHIBITED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONVERSION_WITH_LOSS_PROHIBITED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CONVERTED_EITS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CORRELATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CORRELATE_MTSID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_COUNTRY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CREATE_TEMPLATES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CREATION_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CREATION_VERSION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CREATOR_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CREATOR_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CREATOR_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CREATOR_SID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CREATOR_SIMPLE_DISP_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CURRENT_VERSION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_CUSTOMER_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DAM_BACK_PATCHED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DAM_ORIGINAL_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DAV_SUBMIT_DATA - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DECLINE_CONFLICTING_MEETING_REQUESTS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DECLINE_RECURRING_MEETING_REQUESTS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DEF_CREATE_DL - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DEF_CREATE_MAILUSER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DEF_FORM_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DEF_MSG_CLASS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DEFAULT_PROFILE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DEFAULT_STORE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DEFAULT_VIEW_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DEFERRED_DELIVERY_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DEFERRED_SEND_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DEFERRED_SEND_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DEFERRED_SEND_UNITS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELEGATED_BY_RULE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELEGATES_DISPLAY_NAMES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELEGATES_ENTRYIDS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELEGATES_SEE_PRIVATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELEGATION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELETE_AFTER_SUBMIT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELETE_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELETED_ASSOC_MESSAGE_SIZE_EXTENDED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELETED_ASSOC_MSG_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELETED_COUNT_TOTAL - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELETED_FOLDER_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELETED_MESSAGE_SIZE_EXTENDED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELETED_MSG_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELETED_NORMAL_MESSAGE_SIZE_EXTENDED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELETED_ON - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELETED_SUBFOLDER_CT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELIVER_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELIVER_TO_DN - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELIVERY_POINT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELTAX - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DELTAY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DEPARTMENT_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DEPTH - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DESIGN_IN_PROGRESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DETAILS_TABLE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DISABLE_FULL_FIDELITY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DISABLE_PERUSER_READ - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DISABLE_WINSOCK - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DISC_VAL - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DISCARD_REASON - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DISCLOSE_RECIPIENTS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DISCLOSURE_OF_RECIPIENTS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DISCRETE_VALUES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DISPLAY_BCC - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DISPLAY_CC - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DISPLAY_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DISPLAY_NAME_PREFIX - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DISPLAY_TO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DISPLAY_TYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DL_EXPANSION_HISTORY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DL_EXPANSION_PROHIBITED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DL_REPORT_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DOTSTUFF_STATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_DRAFTID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_EC_WARNING - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_EFORMS_FOR_LOCALE_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_EFORMS_LOCALE_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_EFORMS_REGISTRY_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_EMAIL_ADDRESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_EMS_AB_DISPLAY_NAME_PRINTABLE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_END_ATTACH - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_END_BCC_RECIP - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_END_CC_RECIP - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_END_DATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_END_EMBED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_END_FOLDER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_END_MESSAGE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_END_P1_RECIP - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_END_RECIP - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ER_FLAG - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_EVENTS_ROOT_FOLDER_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_EXCEPTION_ENDTIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_EXCEPTION_STARTTIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_EXCESS_STORAGE_USED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_EXPIRY_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_EXPIRY_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_EXPIRY_UNITS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_EXPLICIT_CONVERSION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_EXTENDED_ACL_DATA - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FAST_TRANSFER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FAV_AUTOSUBFOLDERS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FAV_DEL_SUBS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FAV_DISPLAY_ALIAS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FAV_DISPLAY_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FAV_INHERIT_AUTO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FAV_LEVEL_MASK - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FAV_PARENT_SOURCE_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FAV_PUBLIC_SOURCE_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FAVORITES_DEFAULT_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FILE_SIZE_EXTENDED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FILTERING_HOOKS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FINDER_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FLAG_COMPLETE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FLAG_ICON - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FLAG_STATUS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FOLDER_ASSOCIATED_CONTENTS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FOLDER_CHILD_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FOLDER_DESIGN_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FOLDER_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FOLDER_PATHNAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FOLDER_TYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FOLDER_VIEWS_ONLY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FOLDER_WEBVIEWINFO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FOLDER_XVIEWINFO_E - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FOREIGN_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FOREIGN_REPORT_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FOREIGN_SUBJECT_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FORM_CATEGORY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FORM_CATEGORY_SUB - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FORM_CLSID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FORM_CONTACT_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FORM_DESIGNER_GUID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FORM_DESIGNER_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FORM_HIDDEN - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FORM_HOST_MAP - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FORM_MESSAGE_BEHAVIOR - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FORM_VERSION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FREE_BUSY_FOR_LOCAL_SITE_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FREEBUSY_ALL_EVENTS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FREEBUSY_ALL_MONTHS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FREEBUSY_BUSY_EVENTS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FREEBUSY_BUSY_MONTHS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FREEBUSY_EMAIL_ADDRESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FREEBUSY_END_RANGE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FREEBUSY_ENTRYIDS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FREEBUSY_LAST_MODIFIED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FREEBUSY_NUM_MONTHS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FREEBUSY_OOF_EVENTS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FREEBUSY_OOF_MONTHS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FREEBUSY_START_RANGE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FREEBUSY_TENTATIVE_EVENTS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FREEBUSY_TENTATIVE_MONTHS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FROM_I_HAVE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FTP_SITE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_FX_DEL_PROP - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_GENDER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_GENERATE_EXCHANGE_VIEWS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_GENERATION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_GIVEN_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_GOVERNMENT_ID_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_GW_ADMIN_OPERATIONS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_GW_MTSIN_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_GW_MTSOUT_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HAS_ATTACH_FROM_IMAIL - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HAS_DAMS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HAS_MODERATOR_RULES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HAS_NAMED_PROPERTIES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HAS_RULES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HASATTACH - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HEADER_FOLDER_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HIERARCHY_CHANGE_NUM - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HIERARCHY_SERVER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HIERARCHY_SYNCHRONIZER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HOBBIES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HOME_ADDRESS_CITY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HOME_ADDRESS_COUNTRY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HOME_ADDRESS_POST_OFFICE_BOX - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HOME_ADDRESS_POSTAL_CODE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HOME_ADDRESS_STATE_OR_PROVINCE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HOME_ADDRESS_STREET - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HOME_FAX_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HOME_TELEPHONE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HOME2_TELEPHONE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_HTML - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ICON - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ICS_CHANGE_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ICS_NOTIF - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IDENTITY_DISPLAY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IDENTITY_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IDENTITY_SEARCH_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IDSET_GIVEN - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IFS_INTERNAL_DATA - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IMAP_INTERNAL_DATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IMAP_LAST_ARTICLE_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IMPLICIT_CONVERSION_PROHIBITED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IMPLIED_RESTRICTIONS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IMPORTANCE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IN_CONFLICT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IN_REPLY_TO_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IN_TRANSIT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INBOUND_NEWSFEED_DN - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INCOMPLETE_COPY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INCR_SYNC_CHG - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INCR_SYNC_DEL - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INCR_SYNC_END - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INCR_SYNC_MSG - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INET_MAIL_OVERRIDE_FORMAT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INITIAL_DETAILS_PANE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INITIALS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INST_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INSTANCE_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INSTANCE_NUM - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNAL_POST_REPLY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNAL_TRACE_INFO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_APPROVED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_ARTICLE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_CHARSET - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_CONTENT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_CONTROL - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_CPID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_DISTRIBUTION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_FOLLOWUP_TO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_FREE_DOC_INFO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_LINES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_MESSAGE_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_MESSAGE_INFO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_NEWSGROUP_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_NEWSGROUPS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_NNTP_PATH - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_ORGANIZATION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_PARSE_STATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_PRECEDENCE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_REFERENCES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_SENT_REPRESENTING_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_INTERNET_SUBJECT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IPM_APPOINTMENT_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IPM_CONTACT_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IPM_DAF_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IPM_DRAFTS_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IPM_FAVORITES_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IPM_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IPM_JOURNAL_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IPM_NOTE_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IPM_OUTBOX_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IPM_OUTBOX_SEARCH_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IPM_PUBLIC_FOLDERS_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IPM_RETURN_REQUESTED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IPM_SENTMAIL_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IPM_SENTMAIL_SEARCH_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IPM_SUBTREE_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IPM_SUBTREE_SEARCH_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IPM_TASK_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IPM_WASTEBASKET_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IPM_WASTEBASKET_SEARCH_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IS_NEWSGROUP - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_IS_NEWSGROUP_ANCHOR - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ISDN_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_KEYWORD - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LANGUAGE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LANGUAGES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LAST_ACCESS_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LAST_CONFLICT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LAST_FULL_BACKUP - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LAST_LOGOFF_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LAST_LOGON_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LAST_MODIFICATION_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LAST_MODIFIER_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LAST_MODIFIER_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LAST_MODIFIER_SID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LAST_VERB_EXECUTED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LAST_VERB_EXECUTION_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LATEST_DELIVERY_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LIST_HELP - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LIST_SUBSCRIBE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LIST_UNSUBSCRIBE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LOCAL_COMMIT_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LOCAL_COMMIT_TIME_MAX - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LOCALE_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LOCALITY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LOCATION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LONGTERM_ENTRYID_FROM_TABLE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_LTID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MAIL_PERMISSION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MAILBEAT_BOUNCE_SERVER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MAILBEAT_REPLY_PROCESSED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MAILBEAT_REPLY_RECEIVED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MAILBEAT_REPLY_SENT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MAILBEAT_REPLY_SUBMIT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MAILBEAT_REQUEST_PROCESSED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MAILBEAT_REQUEST_RECEIVED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MAILBEAT_REQUEST_SENT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MAILBOX_OWNER_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MAILBOX_OWNER_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MANAGER_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MAPPING_SIGNATURE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MDB_PROVIDER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MEMBER_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MEMBER_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MEMBER_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MEMBER_RIGHTS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_ATTACHMENTS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_CC_ME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_CLASS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_CODEPAGE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_DELIVERY_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_DELIVERY_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_DOWNLOAD_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_LOCALE_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_PROCESSED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_RECIP_ME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_RECIPIENTS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_SECURITY_LABEL - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_SITE_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_SIZE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_SIZE_EXTENDED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_SUBMISSION_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_SUBMISSION_ID_FROM_CLIENT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_TO_ME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MESSAGE_TOKEN - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MHS_COMMON_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MIDDLE_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MIME_HANDLER_CLASSIDS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MIME_SIZE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MINI_ICON - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MOBILE_TELEPHONE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MODIFIER_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MODIFY_VERSION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MOVE_TO_FOLDER_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MOVE_TO_STORE_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MSG_BODY_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MSG_EDITOR_FORMAT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MSG_FOLD_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MSG_FOLDER_TEMPLATE_RES_10 - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MSG_FOLDER_TEMPLATE_RES_11 - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MSG_FOLDER_TEMPLATE_RES_12 - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MSG_FOLDER_TEMPLATE_RES_2 - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MSG_FOLDER_TEMPLATE_RES_4 - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MSG_FOLDER_TEMPLATE_RES_5 - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MSG_FOLDER_TEMPLATE_RES_6 - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MSG_FOLDER_TEMPLATE_RES_7 - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MSG_FOLDER_TEMPLATE_RES_8 - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MSG_FOLDER_TEMPLATE_RES_9 - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MSG_STATUS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MTS_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MTS_REPORT_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MTS_SUBJECT_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MV_PKM_OPERATION_REQ - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MV_PKM_VERSION_LABELS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_MV_PKM_VERSION_STATUS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NDR_DIAG_CODE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NDR_REASON_CODE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NEW_ATTACH - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NEW_FX_FOLDER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NEW_SUBS_GET_AUTO_ADD - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NEWSFEED_INFO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NEWSGROUP_COMPONENT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NEWSGROUP_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NEWSGROUP_ROOT_FOLDER_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NICKNAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NNTP_ARTICLE_FOLDER_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NNTP_CONTROL_FOLDER_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NNTP_XREF - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NON_IPM_SUBTREE_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NON_RECEIPT_NOTIFICATION_REQUESTED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NON_RECEIPT_REASON - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NORMAL_MESSAGE_SIZE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NORMAL_MESSAGE_SIZE_EXTENDED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NORMAL_MSG_W_ATTACH_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NORMALIZED_SUBJECT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NOT_822_RENDERABLE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NT_SECURITY_DESCRIPTOR - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NT_USER_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_NTSD_MODIFICATION_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OBJECT_TYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OBSOLETED_IPMS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OFFICE_LOCATION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OFFICE_TELEPHONE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OFFICE2_TELEPHONE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OFFLINE_ADDRBOOK_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OFFLINE_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OFFLINE_MESSAGE_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OLDEST_DELETED_ON - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OOF_STATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORG_ADDR_TYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORG_EMAIL_ADDR - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORGANIZATIONAL_ID_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIG_MESSAGE_CLASS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGIN_CHECK - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_AUTHOR_ADDRTYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_AUTHOR_EMAIL_ADDRESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_AUTHOR_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_AUTHOR_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_AUTHOR_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_AUTHOR_SEARCH_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_DELIVERY_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_DISPLAY_BCC - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_DISPLAY_CC - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_DISPLAY_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_DISPLAY_TO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_EITS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_SEARCH_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_SENDER_ADDRTYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_SENDER_EMAIL_ADDRESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_SENDER_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_SENDER_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_SENDER_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_SENDER_SEARCH_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_SENSITIVITY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_SENT_REPRESENTING_ADDRTYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_SENT_REPRESENTING_EMAIL_ADDRESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_SENT_REPRESENTING_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_SENT_REPRESENTING_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_SENT_REPRESENTING_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_SENT_REPRESENTING_SEARCH_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_SUBJECT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINAL_SUBMIT_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINALLY_INTENDED_RECIP_ADDRTYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINALLY_INTENDED_RECIP_EMAIL_ADDRESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINALLY_INTENDED_RECIP_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINALLY_INTENDED_RECIPIENT_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINATING_MTA_CERTIFICATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINATOR_ADDR - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINATOR_ADDRTYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINATOR_AND_DL_EXPANSION_HISTORY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINATOR_CERTIFICATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINATOR_DELIVERY_REPORT_REQUESTED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINATOR_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINATOR_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINATOR_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINATOR_NON_DELIVERY_REPORT_REQUESTED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINATOR_REQUESTED_ALTERNATE_RECIPIENT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINATOR_RETURN_ADDRESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ORIGINATOR_SEARCH_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OST_ENCRYPTION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OST_OSTID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OTHER_ADDRESS_CITY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OTHER_ADDRESS_COUNTRY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OTHER_ADDRESS_POST_OFFICE_BOX - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OTHER_ADDRESS_POSTAL_CODE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OTHER_ADDRESS_STATE_OR_PROVINCE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OTHER_ADDRESS_STREET - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OTHER_TELEPHONE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OUTBOUND_NEWSFEED_DN - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OUTLOOK_2003_ENTRYIDS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OVERALL_AGE_LIMIT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OVERALL_MSG_AGE_LIMIT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OWA_URL - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OWN_STORE_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OWNER_APPT_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_OWNER_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_P1_CONTENT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_P1_CONTENT_TYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PACKED_NAME_PROPS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PAGER_TELEPHONE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PARENT_CATEG_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PARENT_DISPLAY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PARENT_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PARENT_FID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PARENT_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PARENT_SOURCE_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PCL_EXPORT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PERSONAL_FREEBUSY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PERSONAL_HOME_PAGE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PF_MSG_SIZE_LIMIT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PF_OVER_HARD_QUOTA_LIMIT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PF_PLATINUM_HOME_MDB - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PF_PROXY_REQUIRED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PF_QUOTA_STYLE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PF_STORAGE_QUOTA - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PHYSICAL_DELIVERY_BUREAU_FAX_DELIVERY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PHYSICAL_DELIVERY_MODE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PHYSICAL_DELIVERY_REPORT_REQUEST - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PHYSICAL_FORWARDING_ADDRESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PHYSICAL_FORWARDING_ADDRESS_REQUESTED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PHYSICAL_FORWARDING_PROHIBITED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PHYSICAL_RENDITION_ATTRIBUTES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PKM_DOC_INTERNAL_STATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PKM_DOC_STATUS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PKM_INTERNAL_DATA - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PKM_LAST_UNAPPROVED_VID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_POST_FOLDER_ENTRIES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_POST_FOLDER_NAMES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_POST_OFFICE_BOX - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_POST_REPLY_DENIED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_POST_REPLY_FOLDER_ENTRIES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_POST_REPLY_FOLDER_NAMES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_POSTAL_ADDRESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_POSTAL_CODE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PREDECESSOR_CHANGE_LIST - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PREFERRED_BY_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PREPROCESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PREVENT_MSG_CREATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PREVIEW - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PREVIEW_UNREAD - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PRIMARY_CAPABILITY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PRIMARY_FAX_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PRIMARY_TELEPHONE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PRIORITY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROCESS_MEETING_REQUESTS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFESSION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_AB_FILES_PATH - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_ADDR_INFO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_ALLPUB_COMMENT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_ALLPUB_DISPLAY_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_AUTH_PACKAGE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_BINDING_ORDER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_CONFIG_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_CONNECT_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_FAVFLD_COMMENT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_FAVFLD_DISPLAY_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_HOME_SERVER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_HOME_SERVER_ADDRS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_HOME_SERVER_DN - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_MAILBOX - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_MAX_RESTRICT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_MOAB - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_MOAB_GUID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_MOAB_SEQ - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_OFFLINE_INFO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_OFFLINE_STORE_PATH - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_OPEN_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_OPTIONS_DATA - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_SECURE_MAILBOX - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_SERVER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_SERVER_DN - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_TRANSPORT_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_TYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_UI_STATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_UNRESOLVED_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_UNRESOLVED_SERVER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_USER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROFILE_VERSION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROMOTE_PROP_ID_LIST - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROOF_OF_DELIVERY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROOF_OF_DELIVERY_REQUESTED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROOF_OF_SUBMISSION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROOF_OF_SUBMISSION_REQUESTED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROVIDER_DISPLAY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROVIDER_DLL_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROVIDER_ORDINAL - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROVIDER_SUBMIT_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PROVIDER_UID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PST_ENCRYPTION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PST_PASSWORD - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PST_PATH - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PST_PW_SZ_NEW - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PST_PW_SZ_OLD - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PST_REMEMBER_PW - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PUBLIC_FOLDER_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_PUBLISH_IN_ADDRESS_BOOK - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RADIO_TELEPHONE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RANK - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RCVD_BY_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RCVD_REPRESENTING_ADDRTYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RCVD_REPRESENTING_EMAIL_ADDRESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RCVD_REPRESENTING_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RCVD_REPRESENTING_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RCVD_REPRESENTING_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RCVD_REPRESENTING_SEARCH_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_READ_RECEIPT_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_READ_RECEIPT_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_READ_RECEIPT_REQUESTED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_READ_RECEIPT_SEARCH_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RECEIPT_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RECEIVE_FOLDER_SETTINGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RECEIVED_BY_ADDRTYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RECEIVED_BY_EMAIL_ADDRESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RECEIVED_BY_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RECEIVED_BY_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RECEIVED_BY_SEARCH_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RECIPIENT_CERTIFICATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RECIPIENT_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RECIPIENT_NUMBER_FOR_ADVICE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RECIPIENT_ON_ASSOC_MSG_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RECIPIENT_ON_NORMAL_MSG_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RECIPIENT_REASSIGNMENT_PROHIBITED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RECIPIENT_STATUS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RECIPIENT_TYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RECORD_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REDIRECTION_HISTORY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REFERRED_BY_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REGISTERED_MAIL_TYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RELATED_IPMS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REMINDERS_OFFLINE_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REMINDERS_ONLINE_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REMOTE_PROGRESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REMOTE_PROGRESS_TEXT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REMOTE_VALIDATE_OK - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RENDERING_POSITION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPL_CHANGES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPL_HEADER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPL_RGM - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPL_STATUS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPLICA_LIST - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPLICA_SERVER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPLICA_VERSION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPLICATION_ALWAYS_INTERVAL - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPLICATION_MESSAGE_PRIORITY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPLICATION_MSG_SIZE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPLICATION_SCHEDULE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPLICATION_STYLE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPLY_RECIPIENT_ENTRIES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPLY_RECIPIENT_NAMES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPLY_RECIPIENT_SMTP_PROXIES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPLY_REQUESTED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPLY_TEMPLATE_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPLY_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPORT_DESTINATION_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPORT_DESTINATION_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPORT_DESTINATION_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPORT_DESTINATION_SEARCH_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPORT_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPORT_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPORT_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPORT_SEARCH_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPORT_TAG - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPORT_TEXT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPORT_TIME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPORTING_DL_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REPORTING_MTA_CERTIFICATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_REQUESTED_DELIVERY_METHOD - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RESOLVE_METHOD - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RESOURCE_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RESOURCE_METHODS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RESOURCE_PATH - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RESOURCE_TYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RESPONSE_REQUESTED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RESPONSIBILITY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RESTRICTION_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RETENTION_AGE_LIMIT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RETURNED_IPM - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RIGHTS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RMI - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ROW_TYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_ROWID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RTF_COMPRESSED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RTF_IN_SYNC - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RTF_SYNC_BODY_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RTF_SYNC_BODY_CRC - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RTF_SYNC_BODY_TAG - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RTF_SYNC_PREFIX_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RTF_SYNC_TRAILING_COUNT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_ACTION_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_ACTION_TYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_ACTIONS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_CONDITION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_ERROR - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_FOLDER_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_IDS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_LEVEL - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_MSG_ACTIONS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_MSG_CONDITION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_MSG_CONDITION_LCID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_MSG_LEVEL - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_MSG_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_MSG_PROVIDER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_MSG_PROVIDER_DATA - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_MSG_SEQUENCE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_MSG_STATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_MSG_USER_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_MSG_VERSION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_PROVIDER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_PROVIDER_DATA - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_SEQUENCE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_SERVER_RULE_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_STATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_TRIGGER_HISTORY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULE_USER_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULES_DATA - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_RULES_TABLE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SCHEDULE_FOLDER_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SEARCH - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SEARCH_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SEARCH_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SECURE_IN_SITE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SECURE_ORIGINATION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SECURITY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SELECTABLE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SEND_INTERNET_ENCODING - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SEND_RICH_INFO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SENDER_ADDRTYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SENDER_EMAIL_ADDRESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SENDER_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SENDER_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SENDER_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SENDER_SEARCH_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SENDER_SIMPLE_DISP_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SENSITIVITY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SENT_REPRESENTING_ADDRTYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SENT_REPRESENTING_EMAIL_ADDRESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SENT_REPRESENTING_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SENT_REPRESENTING_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SENT_REPRESENTING_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SENT_REPRESENTING_SEARCH_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SENT_REPRESENTING_SIMPLE_DISP_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SENTMAIL_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SEQID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SERVICE_DELETE_FILES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SERVICE_DLL_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SERVICE_ENTRY_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SERVICE_EXTRA_UIDS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SERVICE_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SERVICE_SUPPORT_FILES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SERVICE_UID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SERVICES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SMTP_ADDRESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SMTP_TEMP_TBL_DATA - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SMTP_TEMP_TBL_DATA_2 - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SMTP_TEMP_TBL_DATA_3 - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SOFT_DELETES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SORT_LOCALE_ID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SOURCE_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SPLUS_FREE_BUSY_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SPOOLER_STATUS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SPOUSE_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_START_DATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_START_EMBED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_START_FAI_MSG - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_START_MESSAGE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_START_RECIP - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_START_SUB_FLD - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_START_TOP_FLD - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_STATE_OR_PROVINCE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_STATUS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_STATUS_CODE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_STATUS_STRING - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_STORAGE_LIMIT_INFORMATION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_STORAGE_QUOTA_LIMIT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_STORE_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_STORE_OFFLINE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_STORE_PROVIDERS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_STORE_RECORD_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_STORE_SLOWLINK - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_STORE_STATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_STORE_SUPPORT_MASK - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_STREET_ADDRESS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SUBFOLDER_CT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SUBFOLDERS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SUBJECT - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SUBJECT_IPM - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SUBJECT_PREFIX - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SUBJECT_TRACE_INFO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SUBMIT_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SUPERSEDES - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SUPPLEMENTARY_INFO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SURNAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SVR_GENERATING_QUOTA_MSG - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SYNCEVENT_SUPPRESS_GUID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SYNCHRONIZE_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_SYS_CONFIG_FOLDER_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_TELEX_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_TEMPLATEID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_TEST_LINE_SPEED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_TITLE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_TNEF_CORRELATION_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_TRACE_INFO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_TRANSFER_ENABLED - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_TRANSMITABLE_DISPLAY_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_TRANSPORT_KEY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_TRANSPORT_MESSAGE_HEADERS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_TRANSPORT_PROVIDERS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_TRANSPORT_STATUS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_TRUST_SENDER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_TTYTDD_PHONE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_TYPE_OF_MTS_USER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_URL_COMP_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_URL_COMP_NAME_HASH - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_URL_COMP_NAME_POSTFIX - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_URL_COMP_NAME_SET - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_URL_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_USENET_SITE_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_USER_CERTIFICATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_USER_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_USER_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_USER_X509_CERTIFICATE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_VALID_FOLDER_MASK - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_VD_BINARY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_VD_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_VD_LINK_TO - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_VD_NAME - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_VD_STRINGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_VD_VERSION - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_VD_VIEW_FOLDER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_VERSION_OP_CODE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_VERSION_OP_DATA - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_VERSION_SEQUENCE_NUMBER - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_VERSIONING_FLAGS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_VIEWS_ENTRYID - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_WEDDING_ANNIVERSARY - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_X400_CONTENT_TYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_X400_DEFERRED_DELIVERY_CANCEL - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_X400_ENVELOPE_TYPE - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_XPOS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- PR_YPOS - Static variable in class com.independentsoft.pst.MapiPropertyTag
- Priority - Enum Class in com.independentsoft.pst
-
Specifies the priority of a message.
- PRIVATE - Enum constant in enum class com.independentsoft.pst.Sensitivity
-
Private sensitivity.
- PRIVATE_DISTRIBUTION_LIST - Enum constant in enum class com.independentsoft.pst.DisplayType
-
A private distribution list.
- PROFILE_SELECTION - Enum constant in enum class com.independentsoft.pst.ObjectType
-
A profile selection.
- PropertyTag - Class in com.independentsoft.pst
-
Represents a MAPI property tag, combining a property identifier and a
PropertyType. - PropertyTag() - Constructor for class com.independentsoft.pst.PropertyTag
-
Instantiates a new property tag.
- PropertyTag(int, int) - Constructor for class com.independentsoft.pst.PropertyTag
-
Instantiates a new property tag.
- PropertyTag(int, PropertyType) - Constructor for class com.independentsoft.pst.PropertyTag
-
Instantiates a new property tag.
- PropertyTag(long) - Constructor for class com.independentsoft.pst.PropertyTag
-
Instantiates a new property tag.
- PropertyType - Enum Class in com.independentsoft.pst
-
Specifies the data type of a MAPI property value.
- PstAccess - Enum Class in com.independentsoft.pst
-
Specifies how a
PstFileis opened. - PstAttachmentWriter - Class in com.independentsoft.pst
-
Represents a file attachment to be created on a message in a new PST file (write side).
- PstAttachmentWriter(String, byte[]) - Constructor for class com.independentsoft.pst.PstAttachmentWriter
-
Initializes a new instance of the
PstAttachmentWriterclass. - PstFile - Class in com.independentsoft.pst
-
The Class PstFile.
- PstFile() - Constructor for class com.independentsoft.pst.PstFile
-
Instantiates a new pst file.
- PstFile(File) - Constructor for class com.independentsoft.pst.PstFile
-
Instantiates a new pst file.
- PstFile(File, String) - Constructor for class com.independentsoft.pst.PstFile
-
Instantiates a new pst file.
- PstFile(String) - Constructor for class com.independentsoft.pst.PstFile
-
Instantiates a new pst file.
- PstFile(String, PstAccess) - Constructor for class com.independentsoft.pst.PstFile
-
Initializes a new instance of the
PstFileclass with the given access mode. - PstFile(String, String) - Constructor for class com.independentsoft.pst.PstFile
-
Instantiates a new pst file.
- PstFolderWriter - Class in com.independentsoft.pst
-
Represents a folder to be created in a new PST file (write side).
- PstFolderWriter(String) - Constructor for class com.independentsoft.pst.PstFolderWriter
-
Initializes a new instance of the
PstFolderWriterclass. - PstMessageWriter - Class in com.independentsoft.pst
-
Represents a message to be created in a folder of a new PST file (write side).
- PstMessageWriter(String, String) - Constructor for class com.independentsoft.pst.PstMessageWriter
-
Initializes a new instance of the
PstMessageWriterclass. - PstRecipientWriter - Class in com.independentsoft.pst
-
Represents a recipient of a message to be created in a new PST file (write side).
- PstRecipientWriter(String, String) - Constructor for class com.independentsoft.pst.PstRecipientWriter
-
Initializes a new instance of the
PstRecipientWriterclass. - PstStoreWriter - Class in com.independentsoft.pst
-
Writes a new Unicode PST file from a tree of
PstFolderWriter/PstMessageWriterobjects, or edits an existing PST in place (open it, add folders/items viaPstStoreWriter.getRoot(), thenPstStoreWriter.save(String)). - PstStoreWriter() - Constructor for class com.independentsoft.pst.PstStoreWriter
-
Initializes a new instance of the
PstStoreWriterclass. - PURPLE - Enum constant in enum class com.independentsoft.pst.FlagIcon
-
Purple flag.
R
- READ - Enum constant in enum class com.independentsoft.pst.MessageFlag
-
The message is marked as having been read.
- READ - Enum constant in enum class com.independentsoft.pst.PstAccess
-
Open the file read-only.
- READ_REPORT_PENDING - Enum constant in enum class com.independentsoft.pst.MessageFlag
-
A read report needs to be sent for the message.
- READ_WRITE - Enum constant in enum class com.independentsoft.pst.PstAccess
-
Open the file for in-place editing.
- RECEIVED - Enum constant in enum class com.independentsoft.pst.MeetingStatus
-
The object is an attendee's received copy of a meeting.
- Recipient - Class in com.independentsoft.pst
-
The Class Recipient.
- Recipient() - Constructor for class com.independentsoft.pst.Recipient
-
Instantiates a new recipient.
- RecipientType - Enum Class in com.independentsoft.pst
-
Specifies the type of a message recipient.
- RecurrenceType - Enum Class in com.independentsoft.pst
-
Specifies the recurrence type of a recurring appointment or task.
- RED - Enum constant in enum class com.independentsoft.pst.FlagIcon
-
Red flag.
- REMOTE_MAIL_USER - Enum constant in enum class com.independentsoft.pst.DisplayType
-
A messaging user whose primary address is in a remote messaging system.
- REPLY_TO_ALL - Enum constant in enum class com.independentsoft.pst.LastVerbExecuted
-
The message was replied to all recipients.
- REPLY_TO_SENDER - Enum constant in enum class com.independentsoft.pst.LastVerbExecuted
-
The message was replied to its sender.
- ReportMessage - Class in com.independentsoft.pst
-
The Class ReportMessage.
- RESEND - Enum constant in enum class com.independentsoft.pst.MessageFlag
-
The message includes a request for a resend operation with a non-delivery report.
- ResponseStatus - Enum Class in com.independentsoft.pst
-
Specifies the response status of an attendee to a meeting request.
- RESTRICTION - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A restriction (PT_SRESTRICT).
- RULE_ACTION - Enum constant in enum class com.independentsoft.pst.PropertyType
-
An array of rule actions (PT_ACTIONS).
S
- save() - Method in class com.independentsoft.pst.PstFile
-
Persists the edits of a store opened for editing (via
PstFile.create(String)orREAD_WRITE) back to its source. - save(OutputStream) - Method in class com.independentsoft.pst.Attachment
-
Save.
- save(OutputStream) - Method in class com.independentsoft.pst.Item
-
Save.
- save(OutputStream) - Method in class com.independentsoft.pst.PstStoreWriter
-
Writes the PST file to the specified stream.
- save(OutputStream, Encoding) - Method in class com.independentsoft.pst.Item
-
Save.
- save(String) - Method in class com.independentsoft.pst.Attachment
-
Save.
- save(String) - Method in class com.independentsoft.pst.Item
-
Save.
- save(String) - Method in class com.independentsoft.pst.PstFile
-
Persists the edits of a store opened for editing to the given path.
- save(String) - Method in class com.independentsoft.pst.PstStoreWriter
-
Writes the PST file to the specified path.
- save(String, boolean) - Method in class com.independentsoft.pst.Attachment
-
Save.
- save(String, boolean) - Method in class com.independentsoft.pst.Item
-
Save.
- save(String, boolean, Encoding) - Method in class com.independentsoft.pst.Item
-
Save.
- save(String, Encoding) - Method in class com.independentsoft.pst.Item
-
Save.
- SelectedMailingAddress - Enum Class in com.independentsoft.pst
-
Specifies which of a contact's postal addresses is selected as the mailing address.
- Sensitivity - Enum Class in com.independentsoft.pst
-
Specifies the sensitivity of a message.
- SERVER_ID - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A server entry identifier (PT_SVREID).
- SESSION - Enum constant in enum class com.independentsoft.pst.ObjectType
-
A session.
- setAdditionalInfo(byte[]) - Method in class com.independentsoft.pst.Attachment
-
Provides file type information for a non-Windows attachment.
- setAddressType(String) - Method in class com.independentsoft.pst.Recipient
- setBody(String) - Method in class com.independentsoft.pst.PstMessageWriter
-
Sets the plain-text body.
- setCharset(String) - Method in class com.independentsoft.pst.PstFile
-
Sets the charset.
- setComment(String) - Method in class com.independentsoft.pst.Folder
-
Sets the comment.
- setComment(String) - Method in class com.independentsoft.pst.MessageStore
-
Sets the comment.
- setContactPhoto(boolean) - Method in class com.independentsoft.pst.Attachment
-
Sets whether this attachment is a contact photo.
- setContainerClass(String) - Method in class com.independentsoft.pst.Folder
-
Sets the container class.
- setContentBase(String) - Method in class com.independentsoft.pst.Attachment
-
Sets the content base header of a MIME message attachment.
- setContentDisposition(String) - Method in class com.independentsoft.pst.Attachment
-
Sets the content disposition header of a MIME message attachment.
- setContentId(String) - Method in class com.independentsoft.pst.Attachment
-
Sets the content identification header of a MIME message attachment.
- setContentLocation(String) - Method in class com.independentsoft.pst.Attachment
-
Sets the content location header of a MIME message attachment.
- setCreationTime(Date) - Method in class com.independentsoft.pst.Attachment
-
Sets the creation time.
- setData(byte[]) - Method in class com.independentsoft.pst.Attachment
-
Sets binary attachment data.
- setData(byte[]) - Method in class com.independentsoft.pst.PstAttachmentWriter
-
Sets the attachment content.
- setDataObject(byte[]) - Method in class com.independentsoft.pst.Attachment
-
Sets attachment's data as embedded object.
- setDisplayName(String) - Method in class com.independentsoft.pst.Attachment
-
Sets the display name of the attachment.
- setDisplayName(String) - Method in class com.independentsoft.pst.Folder
-
Sets the display name.
- setDisplayName(String) - Method in class com.independentsoft.pst.MessageStore
-
Sets the display name.
- setDisplayName(String) - Method in class com.independentsoft.pst.PstFolderWriter
-
Sets the display name.
- setDisplayName(String) - Method in class com.independentsoft.pst.PstRecipientWriter
-
Sets the display name.
- setDisplayName(String) - Method in class com.independentsoft.pst.Recipient
- setEmailAddress(String) - Method in class com.independentsoft.pst.PstRecipientWriter
-
Sets the SMTP e-mail address.
- setEmailAddress(String) - Method in class com.independentsoft.pst.Recipient
- setEmbeddedItem(Item) - Method in class com.independentsoft.pst.Attachment
-
Sets the embedded item.
- setEncoding(byte[]) - Method in class com.independentsoft.pst.Attachment
-
Sets the encoding for an attachment.
- setExtension(String) - Method in class com.independentsoft.pst.Attachment
-
Sets a file name extension that indicates the document type of an attachment.
- setFileName(String) - Method in class com.independentsoft.pst.Attachment
-
Sets an attachment's base file name and extension, excluding path.
- setFileName(String) - Method in class com.independentsoft.pst.PstAttachmentWriter
-
Sets the file name.
- setFlags(AttachmentFlags) - Method in class com.independentsoft.pst.Attachment
-
Sets flags for an attachment.
- setGuid(byte[]) - Method in class com.independentsoft.pst.ExtendedPropertyTag
-
Sets the guid.
- setHidden(boolean) - Method in class com.independentsoft.pst.Attachment
-
Sets whether an attachment is hidden from the end user.
- setId(int) - Method in class com.independentsoft.pst.ExtendedPropertyId
-
Sets the id.
- setIncludeSearchFolder(boolean) - Method in class com.independentsoft.pst.PstStoreWriter
-
Sets whether to include the default search-folder infrastructure.
- setLastModificationTime(Date) - Method in class com.independentsoft.pst.Attachment
-
Sets the last modification time.
- setLongFileName(String) - Method in class com.independentsoft.pst.Attachment
-
Sets an attachment's long filename and extension, excluding path.
- setLongPathName(String) - Method in class com.independentsoft.pst.Attachment
-
Sets an attachment's fully-qualified long path and filename.
- setMessageClass(String) - Method in class com.independentsoft.pst.PstMessageWriter
-
Sets the message class.
- setMethod(AttachmentMethod) - Method in class com.independentsoft.pst.Attachment
-
Sets a MAPI-defined constant representing the way the contents of an attachment can be accessed.
- setMimeSequence(long) - Method in class com.independentsoft.pst.Attachment
-
Sets the MIME sequence number of a MIME message attachment.
- setMimeTag(String) - Method in class com.independentsoft.pst.Attachment
-
Sets formatting information about a MIME attachment.
- setName(String) - Method in class com.independentsoft.pst.ExtendedPropertyName
-
Sets the name.
- setObjectType(ObjectType) - Method in class com.independentsoft.pst.Attachment
-
Sets the type of the attachment.
- setPathName(String) - Method in class com.independentsoft.pst.Attachment
-
Sets an attachment's fully-qualified path and filename.
- setProperty(int, boolean) - Method in class com.independentsoft.pst.PstMessageWriter
-
Sets an arbitrary boolean property (type 0x000B).
- setProperty(int, byte[]) - Method in class com.independentsoft.pst.PstMessageWriter
-
Sets an arbitrary binary property (type 0x0102).
- setProperty(int, int) - Method in class com.independentsoft.pst.PstMessageWriter
-
Sets an arbitrary 32-bit integer property (e.g.
- setProperty(int, long) - Method in class com.independentsoft.pst.PstMessageWriter
-
Sets an arbitrary 64-bit integer property (type 0x0014).
- setProperty(int, String) - Method in class com.independentsoft.pst.PstMessageWriter
-
Sets an arbitrary string property.
- setProperty(int, Date) - Method in class com.independentsoft.pst.PstMessageWriter
-
Sets an arbitrary date/time property (type 0x0040 PtypTime), stored as a FILETIME (UTC).
- setRecipientType(RecipientType) - Method in class com.independentsoft.pst.PstRecipientWriter
-
Sets the recipient type (To/Cc/Bcc).
- setRecipientType(RecipientType) - Method in class com.independentsoft.pst.Recipient
- setRecordKey(byte[]) - Method in class com.independentsoft.pst.Attachment
-
Sets the record key for an attachment.
- setRendering(byte[]) - Method in class com.independentsoft.pst.Attachment
-
Sets a metafile with rendering information for an attachment.
- setRenderingPosition(long) - Method in class com.independentsoft.pst.Attachment
-
Sets rendering position index.
- setSize(long) - Method in class com.independentsoft.pst.Attachment
-
Sets attachment's size in bytes.
- setSubject(String) - Method in class com.independentsoft.pst.PstMessageWriter
-
Sets the subject.
- setTag(byte[]) - Method in class com.independentsoft.pst.Attachment
-
Sets an object identifier specifying the application that supplied an attachment.
- setTag(int) - Method in class com.independentsoft.pst.PropertyTag
-
Sets the tag.
- setTag(ExtendedPropertyTag) - Method in class com.independentsoft.pst.ExtendedProperty
-
Sets the tag.
- setTransportName(String) - Method in class com.independentsoft.pst.Attachment
-
Sets the name of an attachment file modified so that it can be associated with TNEF messages.
- setType(PropertyType) - Method in class com.independentsoft.pst.ExtendedPropertyTag
-
Sets the type.
- setType(PropertyType) - Method in class com.independentsoft.pst.PropertyTag
-
Sets the type.
- setValue(byte[]) - Method in class com.independentsoft.pst.ExtendedProperty
-
Sets the value.
- SHORT - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A signed 16-bit integer (PT_SHORT).
- SHORT_ARRAY - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A multiple-value array of 16-bit integers (PT_MV_SHORT).
- STATUS - Enum constant in enum class com.independentsoft.pst.ObjectType
-
A status object.
- STRING - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A Unicode character string (PT_UNICODE).
- STRING_ARRAY - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A multiple-value array of Unicode strings (PT_MV_UNICODE).
- STRING8 - Enum constant in enum class com.independentsoft.pst.PropertyType
-
An 8-bit (ANSI/code-page) character string (PT_STRING8).
- STRING8_ARRAY - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A multiple-value array of 8-bit (ANSI/code-page) strings (PT_MV_STRING8).
- SUBMIT - Enum constant in enum class com.independentsoft.pst.MessageFlag
-
The message is marked for sending.
- SYSTEM_TIME - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A date and time, stored as a FILETIME (PT_SYSTIME).
- SYSTEM_TIME_ARRAY - Enum constant in enum class com.independentsoft.pst.PropertyType
-
A multiple-value array of date-time values (PT_MV_SYSTIME).
T
- Table - Class in com.independentsoft.pst
-
The Class Table.
- Table() - Constructor for class com.independentsoft.pst.Table
- TableEntry - Class in com.independentsoft.pst
-
The Class TableEntry.
- TableEntryList - Class in com.independentsoft.pst
-
The Class TableEntryList.
- TableEntryList() - Constructor for class com.independentsoft.pst.TableEntryList
- Task - Class in com.independentsoft.pst
-
The Class Task.
- TaskDelegationState - Enum Class in com.independentsoft.pst
-
Represents the status types of a delegated task.
- TaskOwnership - Enum Class in com.independentsoft.pst
-
Indicates the ownership state of the task.
- TaskRequest - Class in com.independentsoft.pst
-
The Class TaskRequest.
- TaskStatus - Enum Class in com.independentsoft.pst
-
Identifies the status types of a task item.
- TENTATIVE - Enum constant in enum class com.independentsoft.pst.BusyStatus
-
Tentative status.
- TENTATIVE - Enum constant in enum class com.independentsoft.pst.ResponseStatus
-
The meeting was accepted tentatively.
- TO - Enum constant in enum class com.independentsoft.pst.RecipientType
-
A primary (To) recipient.
- toByteArray() - Method in class com.independentsoft.pst.Attachment
-
To byte array.
- toString() - Method in class com.independentsoft.pst.ExtendedPropertyId
- toString() - Method in class com.independentsoft.pst.ExtendedPropertyName
- type - Variable in class com.independentsoft.pst.ExtendedPropertyTag
U
- UNMODIFIED - Enum constant in enum class com.independentsoft.pst.MessageFlag
-
The outgoing message has not been modified since the first time that it was saved; the incoming message has not been modified since it was delivered.
- UNSENT - Enum constant in enum class com.independentsoft.pst.MessageFlag
-
The message is still being composed.
- UNSPECIFIED - Enum constant in enum class com.independentsoft.pst.PropertyType
-
The property type is unspecified (PT_UNSPECIFIED).
V
- valueOf(String) - Static method in enum class com.independentsoft.pst.AttachmentFlags
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.AttachmentMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.BusyStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.DisplayType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.EncryptionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.FlagIcon
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.FlagStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.Gender
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.Importance
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.LastVerbExecuted
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.MeetingStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.MessageFlag
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.NoteColor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.ObjectType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.Priority
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.PropertyType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.PstAccess
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.RecipientType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.RecurrenceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.ResponseStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.SelectedMailingAddress
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.Sensitivity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.TaskDelegationState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.TaskOwnership
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.independentsoft.pst.TaskStatus
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.independentsoft.pst.AttachmentFlags
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.AttachmentMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.BusyStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.DisplayType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.EncryptionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.FlagIcon
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.FlagStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.Gender
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.Importance
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.LastVerbExecuted
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.MeetingStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.MessageFlag
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.NoteColor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.ObjectType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.Priority
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.PropertyType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.PstAccess
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.RecipientType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.RecurrenceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.ResponseStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.SelectedMailingAddress
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.Sensitivity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.TaskDelegationState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.TaskOwnership
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.independentsoft.pst.TaskStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WAITING_ON_OTHERS - Enum constant in enum class com.independentsoft.pst.TaskStatus
-
Specifies that the task is waiting on others.
- WEEKLY - Enum constant in enum class com.independentsoft.pst.RecurrenceType
-
The item recurs on a weekly basis.
- WHITE - Enum constant in enum class com.independentsoft.pst.NoteColor
-
White note.
- WIDE_AREA_NETWORK_ADDRESS_BOOK - Enum constant in enum class com.independentsoft.pst.DisplayType
-
A wide area network address book.
Y
- YEAR_NTH - Enum constant in enum class com.independentsoft.pst.RecurrenceType
-
The item recurs on the nth weekday of a specific month each year.
- YEARLY - Enum constant in enum class com.independentsoft.pst.RecurrenceType
-
The item recurs on a specific day each year.
- YELLOW - Enum constant in enum class com.independentsoft.pst.FlagIcon
-
Yellow flag.
- YELLOW - Enum constant in enum class com.independentsoft.pst.NoteColor
-
Yellow note.
All Classes and Interfaces|All Packages|Serialized Form