FBadPropTag

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Validates a specified property tag.

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

Reference

FBadProp