Expand Minimize
This topic has not yet been rated - Rate this topic

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.

The LpValFindProp function returns an SPropValue structure that defines the property that matches the input property tag, or NULL if there is no match.

The LpValFindProp function is identical to PpropFindProp

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.