|
|
От: |
vlepihin
|
|
| Дата: | 28.09.07 10:08 | ||
| Оценка: | |||
Д>Unable to connect to the remote server.
Д>A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
try
{
smtpClient.Send(message);
}
catch(Exception e)
{
Console.WriteLine("In Main catch block. Caught: {0}", e.Message);
Console.WriteLine("Inner Exception is {0}", e.InnerException);
}