HrDRGetDeliveredRecip

The HrDRGetDeliveredRecip function creates a delivered recipient list entry.

Quick Info

Header file: GWREPORT.H
Library: GWREPORT.LIB

HRESULT HrDRGetDeliveredRecip(
  LPADRENTRY lpAdrEntry,            
  ULONG cExtraProps,                
  LPSPropValue lpExtraProps,        
  ULONG * lpcDeliveredProps,        
  LPSPropValue * lppDeliveredProps  
);
 

Parameters

lpAdrEntry
Input parameter. Points to a MAPI ADRENTRY structure containing the address entry for which you are creating the delivered recipient address list entry.
cExtraProps
Input parameter. Specifies the number of extra properties in lpExtraProps.
lpExtraProps
Input parameter. Points to an array of MAPI SPropValue structures containing the extra properties.
lpcDeliveredProps
Output parameter. Points to the number of delivered properties in lppDeliveredProps.
lppDeliveredProps
Output parameter. Points to a pointer to an array of SPropValue structures containing the delivered properties.

Return Values

See Return Values.

Remarks

Use the HrDRAddToDeliveredRecipList function to add this entry to the existing delivered recipient list.

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

See Also

HrDRAddToDeliveredRecipList