.net - What possible errors could I expect to recieve in System.Net.Mail.SendCompletedEventHandler? -


i using sendasync method send emails out. different errors possibly returned in asynccompletedeventargs in sendcompletedeventhandler? there recommended practices handling these?

anything possible here, might trying talk particularly cranky smtp server. can't handle errors in code, code can't change way server works. takes human figure out why server doesn't message. error codes can returned smtp server otherwise documented, review smtpstatuscode enum.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -