G
Guest
Hi,
Does anyone know a quick method for validating the hostpart of an email
address. For example if the address is (e-mail address removed), what do I need
to do to validate that hostname.com is a valid host.
I also need to make this call through a proxy server, I have the proxy
address, and I've been setting the GlobalProxySelection to this.
I had a look at Uri.CheckHostName, but this seems to only perform simple
pattern-matching, and does not actually check to see if the host really
exists. Thanks.
Regards,
mk
Does anyone know a quick method for validating the hostpart of an email
address. For example if the address is (e-mail address removed), what do I need
to do to validate that hostname.com is a valid host.
I also need to make this call through a proxy server, I have the proxy
address, and I've been setting the GlobalProxySelection to this.
I had a look at Uri.CheckHostName, but this seems to only perform simple
pattern-matching, and does not actually check to see if the host really
exists. Thanks.
Regards,
mk