Platform SDK: Exchange Server

HrDRGetProps

The HrDRGetProps function retrieves the delivery report properties from the original message.

Quick Info

Header file: GWREPORT.H
Library: GWREPORT.LIB

HRESULT HrDRGetProps(
  LPMESSAGE lpMessage,  
  ULONG * lpcProps,     
  LPSPropValue * lppProps  
);
 

Parameters

lpMessage
Input parameter. Points to a MAPI IMessage interface containing the original message.
lpcProps
Output parameter. Points to the number of properties in the lppProps parameter.
lppProps
Output parameter. Points to a pointer to the MAPI SPropValue array containing the delivery report properties.

Return Values

See Return Values.

Remarks

For more information on the IMessage interface and the SPropValue structure, see the MAPI Programmer's Reference.

See Also

HrDRCreate