Determining whether to CC Message to Client Associated with Event

This property is available in EFT Server 5.2 and later.

Use the ICIMailActionParams interface CopyToClient to determine whether to add the client associated with an event to a message’s CC list. Refer to Send Notification E-mail Action Parameters for an illustration of how this and other Mail Action Parameters Interface properties can be accessed in the Administrator interface.

Signature:

HRESULT CopyToClient([out, retval] VARIANT_BOOL *pVal);

HRESULT CopyToClient([in] VARIANT_BOOL newVal);

Example:

mailParams. CopyToClient = True