The folder properties in the following tables are declared by Microsoft Exchange Server in the EDKMDB.H file. The first table lists properties used on both private and public information stores, the second table lists properties used on folders in private information stores, and the third table lists properties used on folders in public information stores.
Microsoft Exchange Server Properties on Private and Public Folders
Property Designation | Description |
---|---|
PR_ACL_DATA | Read/write. Contains the binary form of the PR_ACL_TABLE object. |
PR_ACL_TABLE | Read-only. Consists of a table that contains all access control lists (ACLs) applied to this folder. |
PR_CHANGE_KEY | Read/write property. Returns a binary value indicating the last type of change that took place on the message or folder. |
PR_FOLDER_CHILD_COUNT | Read-only. 32-bit integer that contains the number of child folders contained within the folder object. |
PR_GW_ADMIN_OPERATIONS | Read/write. Used on a folder, is interpreted as a set of flags indicating operations allowed on messages in the folder. When used on a message, this property carries instructions for actions by the gateway. |
PR_HAS_RULES | Read-only. Boolean value indicating whether or not the folder has rules in force. |
PR_PARENT_SOURCE_KEY | Read-only. Used in incremental change synchronization and is available on folders and messages. |
PR_PREDECESSOR_CHANGE_LIST | Read-only. Contains a list of change keys, including the current PR_CHANGE_KEY. |
PR_RESOLVE_METHOD | Read/write. Indicates which resolution method will be used to resolve conflicts on messages in the folder. |
PR_RIGHTS | Read-only. Indicates the user's effective rights on the folder. |
PR_RULES_DATA | Read/write. Binary form of the PR_RULES_TABLE object. |
PR_RULES_TABLE | Read-only. Consists of a table that contains all rules applied to this folder. |
Microsoft Exchange Server Private Folder Properties
Property Designation | Description |
---|---|
PR_SOURCE_KEY | Read-only. Identifies the folder or message for further changes and deletions. |
Microsoft Exchange Server Public Folder Properties
Property Designation | Description |
---|---|
PR_SECURE_ORIGINATION | Read/write. Indicates whether the messages moved into the folder are modified to look like a forwarded message that Microsoft Exchange Server did not generate. |
PR_DESIGN_IN_PROGRESS | Read/write. Boolean value that can be set (with IMAPIProp::SetProps) only by an owner. If set to TRUE, only owners can have access to the folder object. |
PR_ADDRESS_BOOK_ENTRYID | Read-only. Consists of the name-service entry identifier of a public folder. |
PR_FOLDER_DESIGN_FLAGS | Read/write. Contains a reason for the status of the folder, which is PR_DESIGN_IN_PROGRESS, meaning that no access to the folder is possible during this time. |
PR_PUBLISH_IN_ADDRESS_BOOK | Read/write. Indicates whether the folder display name appears in the address book. |
PR_REPLICA_LIST | Read/write. Contains a list of the distinguished names of the servers that are replicating the contents of the public folder. |