HrNDRGetFailedRecipList

Th HrNDRGetFailedRecipList function creates an entry for a failed recipient.

Quick Info

Header file: GWREPORT.H
Library: GWREPORT.LIB

HRESULT HrNDRGetFailedRecipList(
  LPADRENTRY lpAdrEntry,      
  ULONG cExtraProps,          
  LPSPropValue lpExtraProps,  
  ULONG * lpcFailedProps,     
  LPSPropValue * lppFailedProps  
);
 

Parameters

lpAdrEntry
Input parameter. Points to a MAPI ADRENTRY structure containing the address entry.
cExtraProps
Input parameter. Count of extra properties in lpExtraProps.
lpExtraProps
Input parameter. Points to an array of MAPI SPropValue structures, which contain the extra properties.
lpcFailedProps
Output parameter. Count of failed properties in lppFailedProps.
lppFailedProps
Output parameter. Points to an array of SPropValue structures, which contain the failed properties.

Return Values

See Return Values.

Remarks

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

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

See Also

HrNDRCreateFailedRecipList