NetSectionGroup::MailSettings Property

 

Gets the configuration section containing the SMTP client e-mail settings for the local computer.

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
property MailSettingsSectionGroup^ MailSettings {
	MailSettingsSectionGroup^ get();
}

The section returned by this property corresponds to the <mailSettings> Element (Network Settings) configuration element.

.NET Framework
Available since 2.0
Return to top
Show: