ContactInfoProviderSetContactBounces Method |
Sets the bounced e-mails counter to specified value for a contact.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax 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