FIsTransmittable (Compact 7)
3/12/2014
The FIsTransmittable macro determines if the specified property is transmittable.
Syntax
FIsTransmittable(ulPropTag) \
((PROP_ID (ulPropTag) < (ULONG)0x0E00) || \
(PROP_ID (ulPropTag) >= (ULONG)0x8000) || \
((PROP_ID (ulPropTag) >= (ULONG)0x1000) && (PROP_ID (ulPropTag) < (ULONG)0x6000)) || \
((PROP_ID (ulPropTag) >= (ULONG)0x6800) && (PROP_ID (ulPropTag) < (ULONG)0x7C00)))
Parameters
- ulPropTag
A property ID.
Library: cemapi.lib
Requirements
Header |
mapitags.h |
Library |
cemapi.lib |