I've tried what @Sudhir suggested and it doesn't work, and that's using an access_token with email permission granted so I don't think this is possible.
You say you want to validate the email on Facebook, has the user actually granted your application access or are you just getting a user to enter their email and then you want to search against it? If it's the latter then I don't think this is possible as it would be a massive breach of privacy as far as I'm concerned (you need the email permission to read it anyway and a valid user access_token).
To do this I think you would need users to grant access to your application, and you would need to ask for access to email permission. Unfortunately, that pretty much negates your validation, as they would have granted access to your app and then the email stored with their facebook account would be valid anyway. They also might use a different email address for different log-in providers so not suyre how you could get around that.
So in answer to your question validation like this isn't possible