.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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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