PidLidCustomFlag Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
In this article
Remarks
Related Resources
A bitmask that specifies how a message is customized, for example, saved with custom properties.
Associated properties: |
dispidCustomFlag |
Long ID (LID): |
0x00008251 |
Data type: |
PT_LONG |
Remarks
To retrieve the value of this property, first use IMAPIProp::GetIDsFromNames to obtain the property tag, and then specify this property tag in IMAPIProp::GetProps to get the value.
Possible Flags are as follows:
Constant |
Value |
---|---|
INSP_ONEOFFFLAGS |
0x0D000000 |
INSP_PROPDEFINITION |
0x02000000 |
When calling IMAPIProp::GetIDsFromNames, specify the following values for the MAPINAMEID structure pointed to by the input parameter lppPropNames.
Member |
Value |
---|---|
lpGuid: |
PSETID_Common |
ulKind: |
MNID_ID |
Kind.lID: |
dispidCustomFlag |
Related Resources
Protocol Specifications
- [MS-OXPROPS]
Provides property set definitions.
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as alternate names.