SmtpFailedRecipientsException.InnerExceptions 속성

정의

SMTP 배달 오류가 발생한 이메일 받는 사람을 나타내는 SmtpFailedRecipientException을 하나 이상 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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()

속성 값

배달 오류가 발생한 받는 사람을 나열하는 SmtpFailedRecipientException 형식의 배열입니다.

적용 대상