IEmailAddressBlockerIsBlocked Method |
Checks whether emails with the specified email address as recipients should be generated to the newsletter queue.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax bool IsBlocked(
string emailAddress
)
Parameters
- emailAddress
- Type: SystemString
Email address which will be checked
Return Value
Type:
BooleanFalse if emails shouldn't be generated, otherwise true
See Also