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