Click or drag to resize
ModuleCommandsOnlineMarketingSetContactBounces Method
Sets the bounced e-mails counter to specified value for a contact.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static void OnlineMarketingSetContactBounces(
	int contactId,
	int bounces
)

Parameters

contactId
Type: SystemInt32
Contact ID
bounces
Type: SystemInt32
Number of bounced emails of the contact
See Also