LpValFindProp
Applies to: Outlook 2013 | Outlook 2016
Searches for a specified property in a property set.
Property | Value |
---|---|
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.
Return value
The LpValFindProp function returns an SPropValue structure that defines the property that matches the input property tag, or NULL if there is no match.
Remarks
The LpValFindProp function is identical to PpropFindProp.