HrCfgPropertyTagFromNameId

The HrCfgPropertyTagFromNameId function retrieves the MAPI property tag and name identifier for an IMAPIProp interface.

Quick Info

Header file: EDKCFG.H
Library: EDKCFG.LIB

HRESULT HrCfgPropertyTagFromNameId(
  LPMAPIPROP lpMAPIProp,  
  LONG lNameID,           
  ULONG * lpulPropTag     
);
 

Parameters

lpMAPIProp
Input parameter. Points to an IMAPIProp interface.
lNameID
Input parameter. Specifies the name identifier for an IMAPIProp interface.
lpulPropTag
Output parameter. Points to the MAPI property tag of the name identifier.

Return Values

See Return Values.

Remarks

For more information on the HrCfgPropertyTagFromNameId function, see Using the Configuration Functions.

For information on the IMAPIProp interface, see the MAPI Programmer's Reference