Click or drag to resize
IUnsubscriptionProviderIsUnsubscribedFromAllNewsletters Method
Returns true if specified email address is unsubscribed from the all newsletter.

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

Parameters

email
Type: SystemString
Email address

Return Value

Type: Boolean
Exceptions
ExceptionCondition
ArgumentExceptionemail is not specified
See Also