Hi
Which ones of these list are directly related to the smtp server going down?
http://msdn.microsoft.com/en-us/library/system.net.mail.smtpstatuscode.aspx
If the smtp server goes down I want my program to keep trying every 30mins but want it to only happen if it is something to do with the mail server. Like if the user mail box is full well that is too bad no resending will happen.
I am guessing "SmtpException" would be all Exceptions and I really don't see a smtp Exception that is just for the mail server being down.So I am guessing I have to do a check with these smtp status codes but I am not sure which to use.
Thanks