Protected_Protected_Protected_Protected_Contains a text string describing the type of a folder. Although this property is generally ignored, versions of Microsoft® Exchange Server prior to Exchange Server 2003 Mailbox Manager expect this property to be present. https://msdn.microsoft.com/en-us/library/office/cc839839.aspx
Contains a bitmask of flags describing capabilities of an address book container. https://msdn.microsoft.com/en-us/library/office/cc839610.aspx
Contains the number of messages in a folder, as computed by the message store. For a number calculated by the library use getEmailCount
Get the display name of this object. https://msdn.microsoft.com/en-us/library/office/cc842383.aspx
Contains a constant that indicates the folder type. https://msdn.microsoft.com/en-us/library/office/cc815373.aspx
Contains TRUE if a folder contains subfolders. once again, read from the PST, use getSubFolderCount if you want to know
Get the primary node ID.
Contains the number of unread messages in a folder, as computed by the message store. https://msdn.microsoft.com/en-us/library/office/cc841964.aspx
ProtectedgetProtectedGet a blob.
ProtectedgetProtectedGet a boolean.
OptionaldefaultValue: booleanProtectedgetGet a date.
ProtectedgetProtectedGet a double.
OptionaldefaultValue: numberReadonlyNumber of emails in this folder
Optionaloptions: GetFasterEmailListOptionsProtectedgetProtectedOptionaldefaultValue: numberProtectedgetProtectedGet a long.
OptionaldefaultValue: LongProtectedgetGet the node type for the descriptor id.
OptionaldescriptorIdentifier: numberTry to get specified property from PropertyContext.
0x3001 is PR_DISPLAY_NAME for example
The found one will be returned. Otherwise undefined is returned.
ProtectedgetProtectedGet a string.
OptionalstringType: numberOptionalcodepage: stringReadonlyThe number of child folders in this folder
Get folders in one fell swoop, since there's not usually thousands of them.
Requests access to the user node of the internal PST structure.
JSON stringify the object properties.
Represents a folder in the PST File. Allows you to access child folders or items. Items are accessed through a sort of cursor arrangement. This allows for incremental reading of a folder which may have lots of emails.