I am developing the web application using asp.net 4.0. And I have requirement to integrate with Outlook user log in. My web application users need to enter their Outlook email and password. How I check entered outlook email and password is validate email address or not.
Is there any API for that or nay other way to do validate email address?
Thank you.