3 references to from
System (3)
net\System\Net\Configuration\SmtpSection.cs (3)
24this.properties.Add(this.from); 56get { return (string)this[this.from]; } 57set { this[this.from] = value; }