SmtpSection::From Property
.NET Framework (current version)
Gets or sets the default value that indicates who the email message is from.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("from")] property String^ From { String^ get(); void set(String^ value); }
Property Value
Type: System::String^A string that represents the default value indicating who a mail message is from.
.NET Framework
Available since 2.0
Available since 2.0
Show: