System.Net.Configuration.SmtpNetworkElement.SmtpNetworkElement C# (CSharp) 메소드

SmtpNetworkElement() 공개 메소드

public SmtpNetworkElement ( ) : System
리턴 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);
        }