PpropFindProp
Office 2007
Searches for a specified property in a property set.
|
Header file: |
Mapiutil.h |
|
Implemented by: |
MAPI |
|
Called by: |
Client applications and service providers |
PpropFindProp( LPSPropValue rgprop, ULONG cprop, ULONG ulPropTag );
Parameters
- rgprop
-
[in] Array of SPropValue structures that define the properties to be searched.
- cprop
-
[in] Count of properties in the property set indicated by the rgprop parameter.
- ulPropTag
-
[in] Property tag for the property to search for in the property set indicated by the rgprop parameter.
PpropFindProp returns an SPropValue structure defining the property that matches the input property tag, and NULL if there is no match.