PpropFindProp 

The PpropFindProp function searches for a specified property in a property set.

 

Note  This function may not be supported in future versions of MAPI.

 

Quick Info

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 SPropValue81C9._8 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.

 

Remarks

If the given property tag indicates a property of type PT_UNSPECIFIED, the PpropFindProp function finds a match only for the property identifier within the tag. Otherwise, it finds a match for the entire property tag, including the property type, and returns the property so identified.

PpropFindProp returns an SPropValue81C9._8 structure defining the property that matches the input property tag, and NULL if there is no match.