PR_RECEIVE_FOLDER_SETTINGS

The PR_RECEIVE_FOLDER_SETTINGS property contains a table of a message store's receive folder settings.

Quick Info

Header file: MAPITAGS.H
Must be exposed by: Message store objects
Identifier: 0x3415
Property type: PT_OBJECT
Property tag: 0x3415000D

Remarks

The PR_RECEIVE_FOLDER_SETTINGS 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.

PR_RECEIVE_FOLDER_SETTINGS 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.

See Also

Table Access Properties