PidTagDefaultViewEntryId Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
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.