The HrMAPICreateSizedAddressList function creates a sized address list.
Header file: | EDKMAPI.H |
Library: | EDKMAPI.LIB |
HRESULT HrMAPICreateSizedAddressList(
ULONG cEntries,
LPADRLIST * lppAdrList
);
See Return Values.
For an example of how to use this function, see the HrExpandMessageAddressList function call in ADDRESS.C under the GWSAMPLE code sample in the Code Samples folder.
For information on the ADRLIST structure, see the MAPI Programmer's Reference.
HrMAPIAppendAddressList, HrMAPICreateAddressList, HrMAPISetAddressList