Click or drag to resize
SubscriberInfoProviderEmailExists Method
Returns true if given e-mail address is already used by any subscriber.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static bool EmailExists(
	string email
)

Parameters

email
Type: SystemString
E-mail address

Return Value

Type: Boolean
See Also