SmtpSection::From Property

 

Gets or sets the default value that indicates who the email message is from.

Namespace:   System.Net.Configuration
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
Return to top
Show: