PidTagReceiveFolderSettings Canonical Property
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Contains a table of a message store's receive folder settings.
Associated properties: |
PR_RECEIVE_FOLDER_SETTINGS |
Identifier: |
0x3415 |
Data type: |
PT_OBJECT |
Area: |
MAPI message store |
Remarks
This property can be excluded in IMAPIProp::CopyTo operations or included in IMAPIProp::CopyProps operations. As a property of type PT_OBJECT, it cannot be successfully retrieved by the IMAPIProp::GetProps method; its contents should be accessed by the IMAPIProp::OpenProperty method, requesting the interface with identifier IID_IMAPITable. Service providers must report it to the IMAPIProp::GetPropList method if it is set, but can optionally report it or not if it is not set.
To retrieve table contents, a client application should call the IMsgStore::GetReceiveFolderTable method. For more information, see Receive Folder Tables.
This property contains a table of mappings of the receive folders for the message store. Calling OpenProperty on this property is equivalent to calling GetReceiveFolderTable on the message store.
Related Resources
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as alternate names.