PidLidCustomFlag Canonical Property
Applies to: Outlook 2013 | Outlook 2016
A bitmask that specifies how a message is customized, for example, saved with custom properties.
Property | Value |
---|---|
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
Provides property set definitions.
Header files
Mapidefs.h
Provides data type definitions.
Mapitags.h
Contains definitions of properties listed as alternate names.
See also
MAPI Properties
MAPI Canonical Properties
Mapping Canonical Property Names to MAPI Names
Mapping MAPI Names to Canonical Property Names