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