SubscriberInfoProviderEmailExistsInternal Method |
Returns true if given e-mail address is already used by any subscriber.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax protected virtual bool EmailExistsInternal(
string email
)
Parameters
- email
- Type: SystemString
E-mail address
Return Value
Type:
BooleanSee Also