System.Net.Configuration.SmtpNetworkElement.SmtpNetworkElement C# (CSharp) Method

SmtpNetworkElement() public method

public SmtpNetworkElement ( ) : System
return System
        public SmtpNetworkElement()
        {
            this.properties.Add(this.defaultCredentials);
            this.properties.Add(this.host);
            this.properties.Add(this.password);
            this.properties.Add(this.port);
            this.properties.Add(this.userName);
        }