コード例 #1
0
 internal InvalidRecipient(string smtpAddress, InvalidRecipientResponseCodeType responseCode, string messageText)
 {
     this.SmtpAddress  = smtpAddress;
     this.ResponseCode = responseCode;
     this.MessageText  = messageText;
 }
コード例 #2
0
 internal InvalidRecipient(string smtpAddress, InvalidRecipientResponseCodeType responseCode) : this(smtpAddress, responseCode, null)
 {
 }