コード例 #1
0
 //
 // This constructor initializes the wrapper with an existing ISmtpServerResponseContext object.
 //
 public SmtpServerResponseContext(
     ISmtpServerResponseContext context)
 {
     this.context = context;
 }
コード例 #2
0
 //
 // This constructor initializes the wrapper with an existing ISmtpServerResponseContext object.
 //
 public SmtpServerResponseContext(
     ISmtpServerResponseContext context)
 {
     this.context = context;
 }