NetSectionGroup.MailSettings Eigenschap

Definitie

Hiermee haalt u de configuratiesectie op met de e-mailinstellingen van de SMTP-client voor de lokale computer.

public:
 property System::Net::Configuration::MailSettingsSectionGroup ^ MailSettings { System::Net::Configuration::MailSettingsSectionGroup ^ get(); };
public System.Net.Configuration.MailSettingsSectionGroup MailSettings { get; }
member this.MailSettings : System.Net.Configuration.MailSettingsSectionGroup
Public ReadOnly Property MailSettings As MailSettingsSectionGroup

Waarde van eigenschap

Een MailSettingsSectionGroup-object.

Opmerkingen

De sectie die door deze eigenschap wordt geretourneerd, komt overeen met het <configuratie-element mailSettings-element> (netwerkinstellingen).

Van toepassing op