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

Protocol Specifications

Header Files

  • Mapidefs.h
    Provides data type definitions.

  • Mapitags.h
    Contains definitions of properties listed as alternate names.

See Also

Concepts

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names