PidTagDefaultViewEntryId 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 the entry identifier of a folder's default view.
Associated properties: |
PR_DEFAULT_VIEW_ENTRYID |
Identifier: |
0x3616 |
Data type: |
PT_BINARY |
Area: |
MAPI container |
Remarks
This property is the entry identifier of the folder view that should be set as the initial view. The property need not be set if the "Normal" view is to be used as the initial view.
A client application can obtain this property at the time it opens the folder and realize significant performance gains. This property can be used as a shortcut to obtain the default view, instead of opening the associated contents table and submitting a restriction.
A service provider implementation of the IMAPIFolder::CopyFolder method can copy this property when it copies folders.
Related Resources
Protocol Specifications
- [MS-OXCFOLD]
Handles folder operations.
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as associated properties.