javax.mail.SendFailedException.getValidSentAddresses could not be convertedĀ 

In the Java language, this method returns the addresses to which a message was sent successfully.

In the .NET Framework, there is no direct equivalent.

To correct this error

  • Parse the addresses of the System.Web.Mail.MailMessage object to determine which of them are well-formatted.

See Also

Reference

HttpException Class
System.Web.Mail Namespace

Concepts

Conversion of JMS Applications