Index

A C D E F G H I K M N P R S T U V 
All Classes|All Packages

A

attachments() - Method in class io.github.jmcleodfoss.msg.MSG
Get an iterator through all attachments in the msg file

C

close() - Method in class io.github.jmcleodfoss.msg.MSG
Close the file.
clsid - Variable in class io.github.jmcleodfoss.msg.DirectoryEntry
The object GUID.
convertFileToString(DirectoryEntryData, byte[]) - Method in class io.github.jmcleodfoss.msg.MSG
Create a string representation of the given bytes, assumed to be file content
creationTime - Variable in class io.github.jmcleodfoss.msg.DirectoryEntry
The creation time of the storage object, or all 0's if the creation time was not recorded

D

difatData() - Method in class io.github.jmcleodfoss.msg.MSG
Get the data from the DIFAT, as an array of key-value pairs.
DirectoryEntry - Class in io.github.jmcleodfoss.msg
The Directory Entry object contains a Compound File Directory Sector
DirectoryEntry(String, int, ObjectType, int, int, int, GUID, Date, Date, int, long, DataContainer) - Constructor for class io.github.jmcleodfoss.msg.DirectoryEntry
Base class constructor.
DirectoryEntryData - Class in io.github.jmcleodfoss.msg
This class is used to publish directory entry info to a client application

E

EntryStreamEntryData - Class in io.github.jmcleodfoss.msg
Expose data from EntryStreamEntry objects to client applications

F

fatData() - Method in class io.github.jmcleodfoss.msg.MSG
Make FAT data available to client applications
flags - Variable in class io.github.jmcleodfoss.msg.Property
The property flags.

G

getChildIterator(DirectoryEntryData) - Method in class io.github.jmcleodfoss.msg.MSG
Get an iterator through a DirectoryEntry's children via the proxy DirectoryEntryData object, and returning an iterator through DirectoryEntryData objects.
getDirectoryEntryKeys() - Static method in class io.github.jmcleodfoss.msg.MSG
Get the directory entry keys (this allows a table for display to be set up with the correct number of entries before we have any data)
getDirectoryTree() - Method in class io.github.jmcleodfoss.msg.MSG
Get the directory tree
getFile(DirectoryEntryData) - Method in class io.github.jmcleodfoss.msg.MSG
Get the file pointed to by the given directory entry index
getParentPropertiesAsHashMap(DirectoryEntryData) - Method in class io.github.jmcleodfoss.msg.MSG
Get the property entry for this entry's parent as a HashMap of properties indexed by the property tag.
getPropertiesAsHashMap(DirectoryEntryData) - Method in class io.github.jmcleodfoss.msg.MSG
Get the properties for a given Root Storage, Attachment, or Recipient entry as a HashMap indexed by the property tag
getPropertiesAsList(DirectoryEntryData) - Method in class io.github.jmcleodfoss.msg.MSG
Get the properties for a given Root Storage, Attachment, or Recipient entry as an ArrayList
getPropertiesHeader(DirectoryEntryData, byte[]) - Method in class io.github.jmcleodfoss.msg.MSG
Get the header for a property entry.
getPropertyValue(Property) - Method in class io.github.jmcleodfoss.msg.MSG
Retrieve the value for a property, as a String
getRawDirectoryEntry(DirectoryEntryData) - Method in class io.github.jmcleodfoss.msg.MSG
Get the raw bytes for the requested directory entry
getSector(int) - Method in class io.github.jmcleodfoss.msg.MSG
Retrieve the contents of the requested sector.
guidIndex - Variable in class io.github.jmcleodfoss.msg.EntryStreamEntryData
The GUID index.

H

headerData() - Method in class io.github.jmcleodfoss.msg.MSG
Get the data from the header, as an array of key-value pairs.

I

io.github.jmcleodfoss.msg - module io.github.jmcleodfoss.msg
 
io.github.jmcleodfoss.msg - package io.github.jmcleodfoss.msg
Low-level parser for Outlook MSG files.
isProperty(DirectoryEntryData) - Method in class io.github.jmcleodfoss.msg.MSG
Is the given entry a Property entry?
isRootStorageObject(DirectoryEntryData) - Method in class io.github.jmcleodfoss.msg.MSG
Is the given directory entry a Root Storage Object?
isStorageObject(DirectoryEntryData) - Method in class io.github.jmcleodfoss.msg.MSG
Is the given directory entry a Storage Object?
isStreamObject(DirectoryEntryData) - Method in class io.github.jmcleodfoss.msg.MSG
Is the given directory entry a Stream Object?
isText() - Method in class io.github.jmcleodfoss.msg.DirectoryEntryData
Is this entry a text property

K

KVPArray<K,​V> - Class in io.github.jmcleodfoss.msg
Convenience class for propagating ordered KVP data to client applications.
KVPArray() - Constructor for class io.github.jmcleodfoss.msg.KVPArray
 
KVPEntry<K,​V> - Class in io.github.jmcleodfoss.msg
Convenience wrapper for a key-value pair.
kvps - Variable in class io.github.jmcleodfoss.msg.DirectoryEntryData
All directory information for this entry

M

main(String[]) - Static method in class io.github.jmcleodfoss.msg.DirectoryEntry
Test this class by printing out the directory entries
main(String[]) - Static method in class io.github.jmcleodfoss.msg.Property
Test this class by printing out the properties and property values.
main(String[]) - Static method in class io.github.jmcleodfoss.msg.PropertyLIDs
 
main(String[]) - Static method in class io.github.jmcleodfoss.msg.PropertyTags
 
miniFATData() - Method in class io.github.jmcleodfoss.msg.MSG
Get the mini FAT data as a table consisting of the mini FAT sectors in the first column, and the data in the second.
modifiedTime - Variable in class io.github.jmcleodfoss.msg.DirectoryEntry
The modification time of the storage object, or all 0's if the creation time was not recorded
MSG - Class in io.github.jmcleodfoss.msg
Consolidated public interface for reading MSG files (this will probably work for other CFB files but has special handling for some information found only in MSG files).
MSG(String) - Constructor for class io.github.jmcleodfoss.msg.MSG
Create a FileChannel for the given filename and read in the header, DIFAT, etc.

N

name - Variable in class io.github.jmcleodfoss.msg.DirectoryEntryData
The directory entry name
namedPropertiesGUIDs() - Method in class io.github.jmcleodfoss.msg.MSG
Get the list of Named Properties GUIDs
namedPropertiesNumericalEntries() - Method in class io.github.jmcleodfoss.msg.MSG
Get the numeric named properties entries
namedPropertiesStringEntries() - Method in class io.github.jmcleodfoss.msg.MSG
Get the string named properties entries
namedPropertiesStrings() - Method in class io.github.jmcleodfoss.msg.MSG
Get the named properties string stream as an array of key-value pairs.
namedPropertyEntry(int) - Method in class io.github.jmcleodfoss.msg.MSG
Get a Named Property entry
nameIdentifierOrStringOffset - Variable in class io.github.jmcleodfoss.msg.EntryStreamEntryData
The name identifier (for numerical named properties) or the string offset (for string named properties
NotCFBFileException - Exception in io.github.jmcleodfoss.msg
The NotCFBFileException is thrown when the first eight bytes of the file are not the CFB file signature bytes.
numberOfSectors() - Method in class io.github.jmcleodfoss.msg.MSG
Get the number of sectors in the file

P

parsePropertiesAsHashMap(DirectoryEntryData, byte[]) - Method in class io.github.jmcleodfoss.msg.MSG
Parse the given data for a property entry and return a HashMap of properties indexed by the property tag.
parsePropertiesAsList(DirectoryEntryData, byte[]) - Method in class io.github.jmcleodfoss.msg.MSG
Parse the given data for a property entry and return an ArrayList of properties.
PidLidAddressBookHomeMessageDatabase - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAddressBookHomeMessageTransferAgent - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAddressBookMember - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAddressBookProviderArrayType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAddressBookProviderEmailList - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAddressCountryCode - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAgingDontAgeMe - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAllAttendeesList - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAllAttendeesString - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAllowExternalCheck - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAnniversaryEventEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentAuxiliaryFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentColor - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentCounterProposal - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentDuration - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentEndDate - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentEndTime - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentEndWhole - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentLastSequence - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentMessageClass - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentNotAllowPropose - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentProposalNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentProposedDuration - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentProposedEndWhole - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentProposedStartWhole - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentRecur - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentReplyName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentReplyTime - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentSequence - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentSequenceTime - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentStartDate - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentStartTime - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentStartWhole - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentStateFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentSubType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentTimeZoneDefinitionEndDisplay - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentTimeZoneDefinitionRecur - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentTimeZoneDefinitionStartDisplay - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentUnsendableRecipients - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAppointmentUpdateTime - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAttendeeCriticalChange - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAutoFillLocation - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAutoLog - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAutoProcessState - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAutoStartCheck - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidAutoStartWhen - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidBilling - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidBirthdayEventEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidBirthdayLocal - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidBusinessCardCardPicture - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidBusinessCardDisplayDefinition - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidBusyStatus - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidCalendarType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidCategories - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidCcAttendeesString - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidChangeHighlight - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidClassification - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidClassificationDescription - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidClassificationGuid - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidClassificationKeep - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidClassified - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidCleanGlobalObjectId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidClientIntent - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidClipEnd - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidClipStart - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidCollaborateDoc - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidCommonEnd - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidCommonStart - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidCompanies - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidConferencingCheck - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidConferencingType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidContactCharacterSet - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidContactItemData - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidContactItemData2 - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidContactLinkedGlobalAddressListEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidContactLinkEntry - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidContactLinkGlobalAddressListLinkId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidContactLinkGlobalAddressListLinkState - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidContactLinkLinkRejectHistory - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidContactLinkName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidContactLinkSearchKey - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidContactLinkSMTPAddressCache - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidContacts - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidContactUserField1 - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidContactUserField2 - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidContactUserField3 - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidContactUserField4 - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidConversationActionLastAppliedTime - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidConversationActionMaxDeliveryTime - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidConversationActionMoveFolderEid - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidConversationActionMoveStoreEid - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidConversationActionVersion - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidConversationProcessed - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidCurrentVersion - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidCurrentVersionName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidDayInterval - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidDayOfMonth - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidDelegateMail - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidDepartment - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidDirectory - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidDistributionListChecksum - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidDistributionListMembers - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidDistributionListName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidDistributionListOneOffMembers - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidDistributionListStream - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail1AddressType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail1DisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail1EmailAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail1EmailType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail1EntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail1OriginalDisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail1OriginalEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail1RichTextFormat - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail2AddressType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail2DisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail2EmailAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail2EmailType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail2EntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail2OriginalDisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail2OriginalEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail2RichTextFormat - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail3AddressType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail3DisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail3EmailAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail3EmailType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail3EntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail3OriginalDisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail3OriginalEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail3RichtextFormat - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmail3RichTextFormat - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEmailList - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEndRecurrenceDate - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidEndRecurrenceTime - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidExceptionReplaceTime - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax1AddressType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax1DisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax1EmailAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax1EmailType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax1EntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax1OriginalDisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax1OriginalEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax1RichTextFormat - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax2AddressType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax2DisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax2EmailAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax2EmailType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax2EntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax2OriginalDisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax2OriginalEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax2RichTextFormat - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax3AddressType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax3DisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax3EmailAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax3EmailType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax3EntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax3OriginalDisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax3OriginalEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFax3RichTextFormat - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFExceptionalAttendees - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFExceptionalBody - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFileUnder - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFileUnderId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFileUnderList - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFInvited - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFlagRequest - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFlagString - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidForwardInstance - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidForwardNotificationRecipients - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFOthersAppointment - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidFreeBusyLocation - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidGlobalObjectId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidHasPicture - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidHomeAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidHomeAddressCountryCode - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidHtml - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidICalendarDayOfWeekMask - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidInboundICalStream - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidInfoPathFormName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidInstantMessagingAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidIntendedBusyStatus - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidInternetAccountName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidInternetAccountStamp - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidIsContactLinked - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidIsException - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidIsRecurring - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidIsSilent - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidLinkedTaskItems - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidLocation - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidLogDocumentPosted - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidLogDocumentPrinted - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidLogDocumentRouted - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidLogDocumentSaved - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidLogDuration - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidLogEnd - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidLogFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidLogStart - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidLogType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidLogTypeDesc - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidMeetingType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidMeetingWorkspaceUrl - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidMonthInterval - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidMonthOfYear - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidMonthOfYearMask - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidNetShowUrl - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidNoEndDateFlag - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidNonSendableBcc - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidNonSendableCc - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidNonSendableTo - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidNonSendBccTrackStatus - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidNonSendCcTrackStatus - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidNonSendToTrackStatus - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidNoteColor - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidNoteHeight - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidNoteWidth - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidNoteX - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidNoteY - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidOccurrences - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidOldLocation - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidOldRecurrenceType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidOldWhenEndWhole - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidOldWhenStartWhole - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidOnlinePassword - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidOptionalAttendees - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidOrganizerAlias - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidOriginalStoreEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidOtherAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidOtherAddressCountryCode - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidOwnerCriticalChange - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidOwnerName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidPendingStateForSiteMailboxDocument - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidPendingStateForTeamMailboxDocument - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidPercentComplete - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidPostalAddressId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidPostRssChannel - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidPostRssChannelLink - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidPostRssItemGuid - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidPostRssItemHash - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidPostRssItemLink - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidPostRssItemXml - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidPostRssSubscription - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidPrivate - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidPromptSendUpdate - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidRecurrenceDuration - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidRecurrencePattern - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidRecurrencePatternW - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidRecurrenceType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidRecurring - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidReferenceEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidReferredBy - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidReminderDelta - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidReminderFileParameter - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidReminderOverride - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidReminderPlaySound - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidReminderSet - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidReminderSignalTime - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidReminderTime - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidReminderTimeDate - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidReminderTimeTime - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidReminderType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidRemoteStatus - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidRequiredAttendees - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidResourceAttendees - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidResponseStatus - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSendMeetingAsIcal - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidServerProcessed - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidServerProcessingActions - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingAnonymity - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingBindingEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingBrowseUrl - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingCapabilities - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingConfigurationUrl - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingDataRangeEnd - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingDataRangeStart - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingDetail - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingExtensionXml - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingFilter - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingFlavor - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingFolderEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingIndexEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingInitiatorEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingInitiatorName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingInitiatorSmtp - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingInstanceGuid - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingLastAutoSyncTime - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingLastSyncTime - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingLocalComment - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingLocalLastModificationTime - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingLocalName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingLocalPath - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingLocalStoreUid - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingLocalType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingLocalUid - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingOriginalMessageEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingParentBindingEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingParticipants - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingPermissions - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingProviderExtension - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingProviderGuid - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingProviderName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingProviderUrl - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingRangeEnd - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingRangeStart - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingReciprocation - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingRemoteByteSize - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingRemoteComment - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingRemoteCrc - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingRemoteLastModificationTime - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingRemoteMessageCount - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingRemoteName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingRemotePass - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingRemotePath - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingRemoteStoreUid - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingRemoteType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingRemoteUid - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingRemoteUser - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingRemoteVersion - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingResponseTime - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingResponseType - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingRoamLog - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingStart - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingStatus - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingStop - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingSyncFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingSyncInterval - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingTimeToLive - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingTimeToLiveAuto - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingWebUrl - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingWorkingHoursDays - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingWorkingHoursEnd - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingWorkingHoursStart - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSharingWorkingHoursTimeZone - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSideEffects - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSingleBodyICal - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSingleInvite - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSmartNoAttach - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidSpamOriginalFolder - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidStartRecurrenceDate - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidStartRecurrenceTime - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskAcceptanceState - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskAccepted - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskActualEffort - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskAssigner - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskAssigners - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskComplete - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskCustomFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskDateCompleted - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskDeadOccurrence - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskDueDate - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskEstimatedEffort - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskFCreator - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskFFixOffline - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskFRecurring - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskGlobalId - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskHistory - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskLastDelegate - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskLastUpdate - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskLastUser - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskMode - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskMultipleRecipients - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskNoCompute - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskOrdinal - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskOwner - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskOwnership - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskRecurrence - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskResetReminder - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskRole - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskStartDate - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskState - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskStatus - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskStatusOnComplete - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskUpdates - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTaskVersion - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTcvConstLongOne - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTeamTask - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTimeZone - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTimeZoneDescription - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTimeZoneStruct - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidToAttendeesString - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidToDoOrdinalDate - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidToDoSubOrdinal - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidToDoTitle - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidTrustRecipientHighlights - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidUserX509Certificate - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidUseTnef - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidValidFlagStringProof - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidVerbResponse - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidVerbStream - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidWeddingAnniversaryLocal - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidWeekInterval - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidWhere - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidWorkAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidWorkAddressCity - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidWorkAddressCountry - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidWorkAddressCountryCode - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidWorkAddressPostalCode - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidWorkAddressPostOfficeBox - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidWorkAddressState - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidWorkAddressStreet - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidYearInterval - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidYomiCompanyName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidYomiFirstName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidLidYomiLastName - Static variable in class io.github.jmcleodfoss.msg.PropertyLIDs
 
PidTag_7BitDisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAccess - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAccessControlListData - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAccessLevel - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAccount - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAdditionalRenEntryIds - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAdditionalRenEntryIdsEx - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookAuthorizedSenders - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookContainerId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookDeliveryContentLength - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookDisplayNamePrintable - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookDisplayTypeExtended - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookDistributionListExternalMemberCount - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookDistributionListMemberCount - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookDistributionListMemberSubmitAccepted - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookDistributionListMemberSubmitRejected - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookDistributionListRejectMessagesFromDLMembers - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookExtensionAttribute1 - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookExtensionAttribute10 - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookExtensionAttribute11 - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookExtensionAttribute12 - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookExtensionAttribute13 - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookExtensionAttribute14 - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookExtensionAttribute15 - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookExtensionAttribute2 - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookExtensionAttribute3 - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookExtensionAttribute4 - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookExtensionAttribute5 - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookExtensionAttribute6 - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookExtensionAttribute7 - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookExtensionAttribute8 - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookExtensionAttribute9 - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookFolderPathname - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookHierarchicalChildDepartments - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookHierarchicalDepartmentMembers - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookHierarchicalIsHierarchicalGroup - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookHierarchicalParentDepartment - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookHierarchicalRootDepartment - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookHierarchicalShowInDepartments - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookHomeMessageDatabase - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookIsMaster - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookIsMemberOfDistributionList - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookIsMemberOfDistributionListNspi - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookManageDistributionList - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookManager - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookManagerDistinguishedName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookMember - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookMessageId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookModerationEnabled - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookNetworkAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookObjectDistinguishedName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookObjectGuid - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookOrganizationalUnitRootDistinguishedName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookOwner - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookOwnerBackLink - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookParentEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookPhoneticCompanyName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookPhoneticDepartmentName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookPhoneticDisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookPhoneticGivenName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookPhoneticSurname - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookProxyAddresses - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookPublicDelegates - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookReports - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookRoomCapacity - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookRoomContainers - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookRoomDescription - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookSenderHintTranslations - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookSeniorityIndex - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookTargetAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookUnauthorizedSenders - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressBookX509Certificate - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAddressType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAlternateRecipientAllowed - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAnr - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagArchiveDate - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagArchivePeriod - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagArchiveTag - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAssistant - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAssistantTelephoneNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAssistantTelephoneNumberW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAssociated - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachAdditionalInformation - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachContentBase - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachContentId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachContentLocation - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachDataBinary - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachDataObject - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachEncoding - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachExtension - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachExtensionW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachFilename - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachFilenameW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachLongFilename - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachLongFilenameW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachLongPathname - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachLongPathnameW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachmentContactPhoto - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachmentFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachmentHidden - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachmentLinkId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachMethod - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachMimeSequence - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachMimeTag - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachMimeTagW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachPathname - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachPathnameW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachPayloadClass - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachPayloadProviderGuidString - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachRendering - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachSize - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachTag - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttachTransportName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttributeHidden - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttributeReadOnly - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAttributeSystem - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAutoForwardComment - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAutoForwarded - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagAutoResponseSuppress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagBirthday - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagBlockStatus - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagBody - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagBodyContentId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagBodyContentLocation - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagBodyHtml - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagBodyHtmlW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagBodyW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagBusiness2TelephoneNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagBusiness2TelephoneNumbers - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagBusiness2TelephoneNumberW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagBusinessFaxNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagBusinessFaxNumberW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagBusinessHomePage - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagBusinessTelephoneNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagBusinessTelephoneNumberW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCalendarType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCallbackTelephoneNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCallId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCarTelephoneNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCarTelephoneNumberW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCdoRecurrenceid - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagChangeKey - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagChangeNotificationGuid - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagChangeNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagChildrensNames - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagClientActions - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagClientSubmitTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCnsetRead - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCnsetSeen - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCnsetSeenFAI - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCodePageId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagComment - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCommentW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCommonViewsEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCompanyMainTelephoneNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCompanyMainTelephoneNumberW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCompanyName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCompanyNameW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagComputerNetworkName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagConflictEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagConflictItems - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagContainerClass - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagContainerClassW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagContainerContents - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagContainerFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagContainerHierarchy - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagContentCount - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagContentFilterPhishingConfidenceLevel - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagContentFilterSpamConfidenceLeve - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagContentFilterSpamConfidenceLevel - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagContentUnreadCount - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagConversationId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagConversationIndex - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagConversationIndexTracking - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagConversationKey - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagConversationTopic - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagConversationTopicW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagConvertHtmlSecurity - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCorrelateMtsid - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCountry - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCreateTemplates - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCreationTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCreationVersion - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCreatorAddressType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCreatorEmailAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCreatorEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCreatorName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCreatorSimpleDisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagCustomerId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDamBackPatched - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDamOriginalEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDayInterval - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDefaultPostMessageClass - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDeferredActionMessageOriginalEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDeferredDeliveryTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDeferredSendNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDeferredSendTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDeferredSendUnits - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDelegatedByRule - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDelegateFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDelegateMail - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDelegation - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDeleteAfterSubmit - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDeletedAssociatedMessageCount - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDeletedAssociatedMessageSizeExtended - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDeletedCountTotal - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDeletedMessageCount - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDeletedMessageSizeExtended - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDeletedNormalMessageSizeExtended - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDeletedOn - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDeliverTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDepartmentName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDepth - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDisplayBcc - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDisplayBccW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDisplayCc - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDisplayCcW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDisplayNamePrefix - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDisplayNameW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDisplayTo - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDisplayToW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDisplayType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagDisplayTypeEx - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagEcWarning - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagEmailAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagEmailAddress1 - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagEmailAddressW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagEndAttach - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagEndDate - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagEndEmbed - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagEndFolder - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagEndMessage - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagEndRecurrenceTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagEndToRecip - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagExceptionEndTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagExceptionReplaceTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagExceptionStartTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagExchangeNTSecurityDescriptor - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagExpiryNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagExpiryTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagExpiryUnits - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagExtendedFolderFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagExtendedRuleMessageActions - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagExtendedRuleMessageCondition - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagExtendedRuleSizeLimit - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFaxNumberOfPages - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFinderEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFlagCompleteTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFlagStatus - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFlatUrlName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFolderAssociatedContents - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFolderFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFolderId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFolderId32 - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFolderType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFollowupIcon - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFreeBusyCountMonths - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFreeBusyEntryIds - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFreeBusyMessageEmailAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFreeBusyPublishEnd - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFreeBusyPublishStart - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFreeBusyRangeTimestamp - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFtpSite - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFXDelProp - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagFXErrorInfo - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagGatewayNeedsToRefresh - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagGender - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagGeneration - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagGivenName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagGivenNameW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagGovernmentIdNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHasAttachments - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHasDeferredActionMessages - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHasNamedProperties - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHasRules - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHierarchyChangeNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHierRev - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHobbies - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHome2TelephoneNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHome2TelephoneNumbers - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHome2TelephoneNumberW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHomeAddressCity - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHomeAddressCountry - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHomeAddressPostalCode - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHomeAddressPostOfficeBox - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHomeAddressStateOrProvince - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHomeAddressStreet - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHomeFaxNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHomeFaxNumberW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHomeTelephoneNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHomeTelephoneNumberW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagHtml - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagICalendarEndTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagICalendarReminderNextTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagICalendarStartTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIconIndex - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIdsetDeleted - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIdsetExpired - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIdsetGiven - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIdsetNoLongerInScope - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIdsetRead - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIdsetSoftDeleted - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIdsetUnread - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagImapCachedMsgsize - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagImportance - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagInConflict - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIncrementalSyncMessagePartial - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIncrSyncChg - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIncrSyncChgPartial - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIncrSyncDel - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIncrSyncEnd - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIncrSyncGroupId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIncrSyncGroupInfo - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIncrSyncMessage - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIncrSyncProgressMode - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIncrSyncProgressPerMsg - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIncrSyncRead - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIncrSyncStateBegin - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIncrSyncStateEnd - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagInitialDetailsPane - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagInitials - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagInReplyToId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagInReplyToIdW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagInstanceKey - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagInstanceNum - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagInstID - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagInternetArticleNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagInternetCodepage - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagInternetLines - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagInternetMailOverrideFormat - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagInternetMessageId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagInternetMessageIdW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagInternetOrganization - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagInternetReferences - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagInternetReturnPath - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIpmAppointmentEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIpmContactEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIpmDraftsEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIpmJournalEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIpmNoteEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIpmOutboxEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIpmSentMailEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIpmSubTreeEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIpmTaskEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIpmWasteBasketEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIsdnNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIsdnNumberW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagIsException - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagItemTemporaryflags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagItemTemporaryFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagJunkAddRecipientsToSafeSendersList - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagJunkIncludeContacts - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagJunkPermanentlyDelete - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagJunkPhishingEnableLinks - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagJunkPostmarkOutgoingMail - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagJunkThreshold - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagKeyword - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagLanguage - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagLastModificationTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagLastModifierEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagLastModifierName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagLastModifierSimpleDisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagLastVerbExecuted - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagLastVerbExecutionTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagListHelp - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagListSubscribe - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagListUnsubscribe - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagLocalCommitTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagLocalCommitTimeMax - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagLocaleId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagLocality - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagLocation - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagLtpParentNid - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagLtpPstPassword - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagLtpRowId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagLtpRowVer - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMailboxOwnerEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMailboxOwnerName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagManagerName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMapiFormComposeCommand - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMappingSignature - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMaximumSubmitMessageSize - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMemberId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMemberName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMemberRights - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMessageAttachments - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMessageCcMe - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMessageClass - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMessageClassW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMessageCodepage - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMessageDeliveryTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMessageEditorFormat - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMessageFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMessageHandlingSystemCommonName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMessageLocaleId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMessageRecipientMe - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMessageRecipients - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMessageSize - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMessageSizeExtended - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMessageStatus - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMessageSubmissionId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMessageToMe - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMid - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMiddleName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMiddleNameW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMimeSkeleton - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMobileTelephoneNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMobileTelephoneNumberW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMonthInterval - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagMsgFolderTemplateRes13 - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagNativeBody - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagNewAttach - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagNewFXFolder - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagNextSendAcct - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagNextSendAcctW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagNickname - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagNonDeliveryReportDiagCode - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagNonDeliveryReportReasonCode - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagNonDeliveryReportStatusCode - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagNonReceiptNotificationRequested - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagNormalizedSubject - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagNormalMessageSize - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagObjectType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOfficeLocation - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOfflineAddressBookCompressedSize - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOfflineAddressBookContainerGuid - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOfflineAddressBookDistinguishedName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOfflineAddressBookFileSize - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOfflineAddressBookFileType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOfflineAddressBookLanguageid - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOfflineAddressBookLanguageId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOfflineAddressBookMessageClass - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOfflineAddressBookName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOfflineAddressBookSequence - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOfflineAddressBookShaHash - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOfflineAddressBookTruncatedProperties - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOldLocation - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOldRecurrenceType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOptionalAttendees - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOrdinalMost - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOrganizationalIdNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalAuthorEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalAuthorName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalDeliveryTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalDisplayBcc - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalDisplayCc - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalDisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalDisplayTo - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalMessageClass - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalMessageEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalMessageId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalMessageIdW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalSearchKey - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalSenderAddressType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalSenderEmailAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalSenderEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalSenderName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalSenderSearchKey - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalSensitivity - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalSentRepresentingAddressType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalSentRepresentingEmailAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalSentRepresentingEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalSentRepresentingName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalSentRepresentingSearchKey - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalSubject - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginalSubmitTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginatorDeliveryReportRequested - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOriginatorNonDeliveryReportRequested - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOscSyncEnabled - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOtherAddressCity - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOtherAddressCountry - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOtherAddressPostalCode - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOtherAddressPostOfficeBox - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOtherAddressStateOrProvince - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOtherAddressStreet - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOtherTelephoneNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOtherTelephoneNumberW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOutOfOfficeState - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOwnerAppointmentId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagOwnerApppointmentId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPagerTelephoneNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPagerTelephoneNumberW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagParentDisplayW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagParentEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagParentFolderId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagParentKey - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagParentSourceKey - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPersonalHomePage - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPolicyTag - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPostalAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPostalAddressW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPostalCode - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPostOfficeBox - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPredecessorChangeList - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPreferredByName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPrimaryFaxNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPrimarySendAccount - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPrimarySendAccountW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPrimarySmtpAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPrimaryTelephoneNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPriority - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagProcessed - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagProfession - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagProhibitReceiveQuota - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagProhibitSendQuota - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagProviderSubmitTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPstBodyPrefix - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPstHiddenCount - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPstHiddenUnread - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPstLrNoRestrictions - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPublicFolderAdministrativeDescription - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPublicFolderProxy - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagPurportedSenderDomain - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRadioTelephoneNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRadioTelephoneNumberW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRead - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReadReceiptAddressType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReadReceiptEmailAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReadReceiptEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReadReceiptName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReadReceiptRequested - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReadReceiptSearchKey - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReadReceiptSmtpAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReceiptTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReceivedByAddressType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReceivedByAddressTypeW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReceivedByEmailAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReceivedByEmailAddressW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReceivedByEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReceivedByFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReceivedByName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReceivedByNameW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReceivedBySearchKey - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReceivedBySmtpAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReceivedRepresentingAddressType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReceivedRepresentingEmailAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReceivedRepresentingEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReceivedRepresentingFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReceivedRepresentingName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReceivedRepresentingSearchKey - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReceivedRepresentingSimpleDisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReceivedRepresentingSmtpAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRecipientDisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRecipientEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRecipientFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRecipientOrder - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRecipientProposed - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRecipientProposedEndTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRecipientProposedStartTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRecipientReassignmentProhibited - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRecipientResourceState - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRecipientTrackStatus - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRecipientTrackStatusTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRecipientType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRecordKey - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReferredByName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRemindersOnlineEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRemoteHeaderLoc - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRemoteMessageTransferAgent - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRenderingPosition - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReplyRecipientEntries - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReplyRecipientNames - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReplyRecipientNamesW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReplyRequested - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReplyTemplateId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReplyTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReportDisposition - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReportDispositionMode - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReportDispositionModeW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReportDispositionToEmailAddresses - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReportDispositionToNames - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReportDispositionW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReportEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReportingMessageTransferAgent - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReportName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReportOriginalSender - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReportSearchKey - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReportTag - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReportText - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagReportTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRequiredAttendees - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagResolveMethod - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagResourceAttendees - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagResponseRequested - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagResponsibility - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRetentionDate - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRetentionFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRetentionPeriod - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRights - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRoamingDatatypes - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRoamingDictionary - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRoamingXmlStream - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRowid - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRowType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRtfCompressed - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRtfInSync - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRtfSyncBodyCount - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRtfSyncBodyCrc - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRtfSyncBodyTag - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRtfSyncBodyTagW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRtfSyncPrefixCount - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRtfSyncTrailingCount - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleActionNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleActions - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleActionType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleCondition - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleError - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleFolderEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleIds - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleLevel - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleMessageLevel - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleMessageName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleMessageProvider - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleMessageProviderData - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleMessageSequence - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleMessageState - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleMessageUserFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleMsgActions - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleMsgCondition - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleMsgLevel - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleMsgName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleMsgProvider - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleMsgProviderData - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleMsgSequence - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleMsgState - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleMsgUserFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleProvider - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleProviderData - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleSequence - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleState - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRuleUserFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagRwRulesStream - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoAppointmentTombstone - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoAutoAcceptAppointments - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoDelegateEntryIds - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoDelegateNames - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoDelegateNamesW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoDelegatorWantsCopy - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoDelegatorWantsInfo - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoDisallowOverlappingAppts - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoDisallowRecurringAppts - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoDontMailDelegates - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoFreeBusy - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoFreeBusyAway - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoFreeBusyBusy - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoFreeBusyMerged - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoFreeBusyTentative - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoMonthsAway - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoMonthsBusy - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoMonthsMerged - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoMonthsTentative - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScheduleInfoResourceType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSchedulePlusFreeBusyEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagScriptData - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSearchFolderDefinition - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSearchFolderDefinitions - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSearchFolderEfpFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSearchFolderExpiration - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSearchFolderId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSearchFolderLastUsed - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSearchFolderRecreateInfo - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSearchFolderStorageType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSearchFolderTag - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSearchFolderTemplateId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSearchKey - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSecureSubmitFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSecurityDescriptor - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSecurityDescriptorAsXml - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSelectable - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSenderAddressType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSenderAddressTypeW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSenderEmailAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSenderEmailAddressW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSenderEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSenderFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSenderIdStatus - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSenderName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSenderNameW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSenderSearchKey - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSenderSimpleDisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSenderSmtpAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSenderTelephoneNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSendInternetEncoding - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSendOutlookRecallReport - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSendRichInfo - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSensitivity - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSentMailEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSentMailSvrEID - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSentRepresentingAddressType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSentRepresentingAddressTypeW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSentRepresentingEmailAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSentRepresentingEmailAddressW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSentRepresentingEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSentRepresentingFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSentRepresentingName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSentRepresentingNameW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSentRepresentingSearchKey - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSentRepresentingSimpleDisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSentRepresentingSmtpAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSerializedReplidGuidMap - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSessionInitiationProtocolUri - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSmtpAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSortLocaleId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSourceKey - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSpokenName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSpouseName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagStartDate - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagStartDateEtc - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagStartEmbed - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagStartFAIMsg - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagStartMessage - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagStartRecip - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagStartRecurrenceDate - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagStartRecurrenceTime - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagStartSubFld - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagStartTopFld - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagStateOrProvince - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagStatus - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagStoreEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagStoreState - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagStoreSupportMask - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagStoreUserEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagStreetAddress - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSubfolder - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSubfolders - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSubject - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSubjectPrefix - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSubjectW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSubmitFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSupplementaryInfo - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSurname - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSurnameW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSwappedToDoData - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagSwappedToDoStore - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagTargetEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagTcvConstLongOne - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagTelecommunicationsDeviceForDeafTelephoneNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagTelecommunicationsDeviceForDeafTelephoneNumberW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagTelexNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagTelexNumberNspi - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagTelexNumberW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagTemplateData - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagTemplateid - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagTemporaryDefaultDocument - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagTextAttachmentCharset - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagThumbnailPhoto - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagTimeZone - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagTitle - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagTnefCorrelationKey - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagToDoItemFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagTransmittableDisplayName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagTransportMessageHeaders - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagTransportMessageHeadersW - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagTrustSender - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagTtyTddPhoneNumber - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagUrlCompName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagUrlCompNameSet - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagUrlName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagUserCertificate - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagUserEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagUserX509Certificate - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagValidFolderMask - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagViewDescriptorBinary - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagViewDescriptorFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagViewDescriptorLinkTo - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagViewDescriptorName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagViewDescriptorStrings - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagViewDescriptorVersion - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagViewDescriptorViewFolder - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagViewsEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagVoiceMessageAttachmentOrder - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagVoiceMessageDuration - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagVoiceMessageSenderName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagWeddingAnniversary - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagWeekInterval - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagWlinkAddressBookEID - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagWlinkAddressBookStoreEID - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagWlinkCalendarColor - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagWlinkClientID - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagWlinkEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagWlinkFlags - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagWlinkFolderType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagWlinkGroupClsid - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagWlinkGroupHeaderID - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagWlinkGroupName - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagWlinkOrdinal - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagWlinkRecordKey - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagWlinkROGroupType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagWlinkSaveStamp - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagWlinkSection - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagWlinkStoreEntryId - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagWlinkType - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
PidTagYearInterval - Static variable in class io.github.jmcleodfoss.msg.PropertyTags
 
Property - Class in io.github.jmcleodfoss.msg
Class for passing fixed-width property data to client applications
propertyIndex - Variable in class io.github.jmcleodfoss.msg.EntryStreamEntryData
The sequentially increasing, 0-based property index
PropertyLIDs - Class in io.github.jmcleodfoss.msg
Known Property Long IDs
PropertyLIDs() - Constructor for class io.github.jmcleodfoss.msg.PropertyLIDs
 
propertyName - Variable in class io.github.jmcleodfoss.msg.Property
The property's name.
propertyTag - Variable in class io.github.jmcleodfoss.msg.DirectoryEntryData
The Property Tag, if any.
propertyTag - Variable in class io.github.jmcleodfoss.msg.Property
The property tag, consisting of a 2-byte property ID and a 2-byte data type as (Property ID) << 16 | (Data Type)
PropertyTags - Class in io.github.jmcleodfoss.msg
Known Property tags
PropertyTags() - Constructor for class io.github.jmcleodfoss.msg.PropertyTags
 
propertyType - Variable in class io.github.jmcleodfoss.msg.Property
A description of the property type.

R

recipients() - Method in class io.github.jmcleodfoss.msg.MSG
Get an iterator through all recipients in the msg file

S

storedInProperty - Variable in class io.github.jmcleodfoss.msg.Property
Is the property stored in the object, or is it stored in a separate entry?

T

toString() - Method in class io.github.jmcleodfoss.msg.DirectoryEntry
Return a String for this entry
toString() - Method in class io.github.jmcleodfoss.msg.DirectoryEntryData
Create a string representing this directory entry
toString() - Method in class io.github.jmcleodfoss.msg.Property
Create a String representation of the property.

U

UnknownStorageTypeException - Exception in io.github.jmcleodfoss.msg
The UnknownStorageTypeException is thrown when a object with an unrecognized storage type is encountered

V

value() - Method in class io.github.jmcleodfoss.msg.Property
Return a String representation of the property's value.
A C D E F G H I K M N P R S T U V 
All Classes|All Packages