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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void SetContactBounces(
	int contactId,
	int bounces
)

Parameters

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