HrNDRCreateFailedRecipList

The HrNDRCreateFailedRecipList function creates an empty list of failed recipients.

Quick Info

Header file: GWREPORT.H
Library: GWREPORT.LIB

HRESULT HrNDRCreateFailedRecipList(
  LPADRLIST * lppAdrList  
);
 

Parameters

lppAdrList
Output parameter. Points to a MAPI ADRLIST structure containing the empty address list.

Return Values

See Return Values.

Remarks

For more information on this function, see the HrNDRCreateFailedRecipList function in GWREPORT.C under the GWREPORT code sample in Code Samples folder.

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

See Also

HrNDRGetFailedRecipList