SmtpFailedRecipientsException.InnerExceptions Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets one or more SmtpFailedRecipientExceptions that indicate the e-mail recipients with SMTP delivery errors.

Namespace:   System.Net.Mail
Assembly:  System (in System.dll)

Public ReadOnly Property InnerExceptions As SmtpFailedRecipientException()

Property Value

Type: System.Net.Mail.SmtpFailedRecipientException()

An array of type SmtpFailedRecipientException that lists the recipients with delivery errors.

.NET Framework
Available since 2.0
Return to top
Show: