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:
property array<SmtpFailedRecipientException^>^ InnerExceptions {
	array<SmtpFailedRecipientException^>^ get();
}

Property Value

Type: array<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: