//
 // This constructor initializes the wrapper from an existing ISmtpInCommandContext object.
 //
 public SmtpInCommandContext(
     ISmtpInCommandContext context)
 {
     this.context = context;
 }
 //
 // This constructor initializes the wrapper from an existing ISmtpInCommandContext object.
 //
 public SmtpInCommandContext(
     ISmtpInCommandContext context)
 {
     this.context = context;
 }