MailSettingsSectionGroup.Smtp Eigenschap

Definitie

Hiermee haalt u de SMTP-instellingen voor de lokale computer op.

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

Waarde van eigenschap

Een SmtpSection object met configuratiegegevens voor de lokale computer.

Opmerkingen

E-mailinstellingen zijn van invloed op het gedrag van de SmtpClient klasse.

Van toepassing op

Zie ook