LpValFindProp

Applies to: Office 2010 | Outlook 2010 | Visual Studio

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.

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

See Also

Reference

PpropFindProp