|
|
Entries for 'DNN User Account'
posted on January 19, 2012 05:50
Check to verify if an e-mail address has been previously registered:
public bool LookupEmail(string EmailAddress)
{
try
{
 ...
[Read the rest of this article...]
DNN User Account