ModuleCommandsOnlineMarketingSetContactBounces Method |
Sets the bounced e-mails counter to specified value for a contact.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax 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