6 references to properties
System (6)
net\System\Net\Configuration\SmtpSection.cs (6)
22this.properties.Add(this.deliveryMethod); 23this.properties.Add(this.deliveryFormat); 24this.properties.Add(this.from); 26this.properties.Add(this.network); 27this.properties.Add(this.specifiedPickupDirectory); 81return this.properties;