Пример #1
0
 //
 // This constructor initializes the wrapper from an existing ISmtpOutCommandContext object.
 //
 public SmtpOutCommandContext(
     ISmtpOutCommandContext context)
 {
     this.context = context;
 }
 //
 // This constructor initializes the wrapper from an existing ISmtpOutCommandContext object.
 //
 public SmtpOutCommandContext(
     ISmtpOutCommandContext context)
 {
     this.context = context;
 }