ContactInfoProviderSetContactBouncesInternal Method |
Sets the bounced e-mails counter to specified value for a contact.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax protected virtual void SetContactBouncesInternal(
int contactId,
int bounces
)
Parameters
- contactId
- Type: SystemInt32
Contact ID - bounces
- Type: SystemInt32
Number of bounced emails of the contact
See Also