Click or drag to resize
ContactInfoProviderAddContactBounceByEmailInternal Method
Increments number of bounces by one for all contacts specified by e-mail address.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
protected virtual void AddContactBounceByEmailInternal(
	string email
)

Parameters

email
Type: SystemString
E-mail address
See Also