public void Reset()
 {
     this.Items = new Dictionary<string, object>();
     this._User = new SmtpAuthIdentity();
     this.Message = new SmtpMessage();
 }
예제 #2
0
 public void Reset()
 {
     this.Items   = new Dictionary <string, object>();
     this._User   = new SmtpAuthIdentity();
     this.Message = new SmtpMessage();
 }