FBadPropTag
Applies to: Office 2010 | Outlook 2010 | Visual Studio
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.