Click or drag to resize
IEmailAddressBlockerIsBlocked Method
Checks whether emails with the specified email address as recipients should be generated to the newsletter queue.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
bool IsBlocked(
	string emailAddress
)

Parameters

emailAddress
Type: SystemString
Email address which will be checked

Return Value

Type: Boolean
False if emails shouldn't be generated, otherwise true
See Also