FIsTransmittable
4/8/2010
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.
Requirements
Header | mapitags.h |
Library | cemapi.lib |
Windows Mobile | Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later |