FBadPropTag

Applies to: Outlook 2013 | Outlook 2016

Validates a specified property tag.

Property Value
Header file:
Mapival.h
Implemented by:
MAPI
Called by:
Service providers
ULONG FBadPropTag(
  ULONG ulPropTag
);

Parameters

ulPropTag

[in] The property tag to be validated.

Return value

TRUE

The specified property tag is not a valid MAPI property tag.

FALSE

The specified property tag is a valid MAPI property tag.

Remarks

The FBadPropTag function validates the specified property tag based on MAPI definitions. It make sures that the property type is one of the types defined by MAPI and that the property identifier is defined to be of that type.

See also

FBadProp