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

SmtpSection() public method

public SmtpSection ( ) : System
return System
        public SmtpSection()
        {
            this.properties.Add(this.deliveryMethod);
            this.properties.Add(this.from);

            this.properties.Add(this.network);
            this.properties.Add(this.specifiedPickupDirectory);
        }
SmtpSection