SAD_ScSaveGatewayTrackingData

The SAD_ScSaveGatewayTrackingData function creates a record of an event for tracking messages through Microsoft Exchange Server.

Quick Info

Header file: SADAPI.H
Library: SADAPI.LIB

RPC_SC SAD_ScSaveGatewayTrackingData(
  PRPCBINDINFO pBI,                      
  RPC_GATEWAY_TRACK_INFORMATION * pgti,  
  INT cszRecipients,                     
  LPWSTR rgwszRecipients[]               
);
 

Parameters

pBI
Points to an RPCBINDINFO structure containing the binding from SAD_ScBind.
pgti
Points to an RPC_GATEWAY_TRACK_INFORMATION structure containing the tracking information.
cszRecipients
The number of recipients in rgwszRecipients.
rgwszRecipients
Points to an array of Unicode strings, which contain the names of the recipients for this event.

Return Values

See Return Values.

See Also

RPCBINDINFO, RPC_GATEWAY_TRACK_INFORMATION, SAD_ScBind