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>
	<mail>pippo@pippo.com</mail>
</furesult>
 
 
Where
    - <message> contains OK or Error description
- <ispresent> can be:
        - 0 (zero) user does not exit
- 1 (one) user exists but it has not been activated
- 2 (two) user exists and it has been activated
- 3 (three) user exists, it has been activated but also blocked because of too many attempts to login with wrong password
- <mail> if user exists, this contain the user's mail