Platform SDK: Exchange Server

HrMAPICreateAddressList

The HrMAPICreateAddressList function creates an address list.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrMAPICreateAddressList(
  ULONG cProps,           
  LPSPropValue lpPropValues,  
  LPADRLIST * lppAdrList  
);
 

Parameters

cProps
Input parameter. Count of values in address list entry.
lpPropValues
Input parameter. Points to a MAPI SPropValue structure containing the address list entry.
lppAdrList
Output parameter. Points to the address where the address list is stored.

Return Values

See Return Values.

Remarks

For information on the SPropValue structure, see the MAPI Programmer's Reference.

See Also

HrMAPIAppendAddressList, HrMAPICreateSizedAddressList, HrMAPISetAddressList