LpValFindProp
Office 2010
Searches for a specified property in a property set.
|
Header file: |
mapiutil.h |
|
Implemented by: |
MAPI |
|
Called by: |
Client applications and service providers. |
LPSPropValue LpValFindProp( ULONG ulPropTag, ULONG cValues, LPSPropValue lpPropArray );
Parameters
- ulPropTag
-
[in] Tag for the property to search for in the property set, indicated by the lpPropArray parameter
- cValues
-
[in] Count of properties in the property set, indicated by the lpPropArray parameter.
- lpPropArray
-
[in] Array of SPropValue structures that defines the properties to be searched.