Click or drag to resize
IUnsubscriptionProviderRemoveUnsubscriptionsFromAllNewsletters Method
Deletes all "unsubscription from all" records for the given email.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
void RemoveUnsubscriptionsFromAllNewsletters(
	string email
)

Parameters

email
Type: SystemString
Email address
Exceptions
ExceptionCondition
ArgumentExceptionemail has to be specified
See Also