//
 // This constructor initializes the wrapper with an existing ISmtpServerResponseContext object.
 //
 public SmtpServerResponseContext(
     ISmtpServerResponseContext context)
 {
     this.context = context;
 }
 //
 // This constructor initializes the wrapper with an existing ISmtpServerResponseContext object.
 //
 public SmtpServerResponseContext(
     ISmtpServerResponseContext context)
 {
     this.context = context;
 }