Hello,

I'm making a program, in wich I need to varify an email. Not by format(regular expressions), but if it actualy exists or not.
Is this possible without using a special library or dll? Can it be done with normal objects like SmtpClient, TcpClient, methods in System.Net?

Thank you for your time,
-suzi9spal