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

SmtpSection() 공개 메소드

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

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