FIsTransmittable
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
Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.01 and later
Header: mapitags.h
Library: cemapi.lib
See Also
Send Feedback on this topic to the authors