SmtpFailedRecipientsException::InnerExceptions Property
.NET Framework (current version)
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.
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
Available since 2.0
Show: