Papercut.Smtp.SmtpSession.Reset C# (CSharp) Method

Reset() public method

The reset.
public Reset ( ) : void
return void
        public void Reset()
        {
            this._mailFrom = null;
            this._recipients.Clear();
            this._useUtf8 = false;
        }
SmtpSession