HrMAPISetAddressList

The HrMAPISetAddressList function sets an address list.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrMAPISetAddressList(
  ULONG iEntry,               
  ULONG cProps,               
  LPSPropValue lpPropValues,  
  LPADRLIST lpAdrList         
);
 

Parameters

iEntry
Input parameter. Index of address list entry.
cProps
Input parameter. Count of values in address list entry.
lpPropValues
Input parameter. Points to a MAPI SPropValue structure containing the address list entry.
lpAdrList
Input/output parameter. Points to a MAPI ADRLIST structure containing the address where the address list is stored.

Return Values

See Return Values.

Remarks

For more information on this function, see the HrMAPISetAddressList function in IADDRESS.C under the EDKMAPI code sample in the Code Samples folder.

For information on the ADRLIST and SPropValue structures, see the MAPI Programmer's Reference.

See Also

HrMAPIAppendAddressList, HrMAPICreateAddressList, HrMAPICreateSizedAddressList