Aracılığıyla paylaş


SmtpFailedRecipientsException.InnerExceptions Özellik

Tanım

SMTP teslim hatalarıyla e-posta alıcılarını gösteren bir veya daha fazla SmtpFailedRecipientExceptions alır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

public:
 property cli::array <System::Net::Mail::SmtpFailedRecipientException ^> ^ InnerExceptions { cli::array <System::Net::Mail::SmtpFailedRecipientException ^> ^ get(); };
public System.Net.Mail.SmtpFailedRecipientException[] InnerExceptions { get; }
member this.InnerExceptions : System.Net.Mail.SmtpFailedRecipientException[]
Public ReadOnly Property InnerExceptions As SmtpFailedRecipientException()

Özellik Değeri

Teslim hataları olan alıcıları listeleyen tür dizisi SmtpFailedRecipientException .

Şunlara uygulanır