Returned Type:
XmlDocument
Returns an XML Document with the following structure:
<?xml version="1.0" encoding="utf-8"?>
<furesult>
<message><![CDATA[ OK ]]></message>
<ispresent>0</ispresent>
<username>pippo</username>
</furesult>
Where
- <message> contains OK or Error description
- <ispresent> can be:
- 0 (zero) mail address does not exist
- 1 (one) mail address exists but the corresponding user has not been activated
- 2 (two) mail address exists and the corresponding user has been activated
- 3 (three) mail address exists, the corresponding user has been activated but also blocked because of too many attempts to login with wrong password
- <username> if mail address exists, this contain the user's username