MailSettingsSectionGroup.Smtp Eigenschaft

Definition

Ruft die SMTP-Einstellungen für den lokalen Computer ab.

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

Eigenschaftswert

Ein SmtpSection-Objekt, das Konfigurationsinformationen für den lokalen Computer enthält.

Hinweise

E-Mail-Einstellungen wirken sich auf das Verhalten der SmtpClient Klasse aus.

Gilt für:

Weitere Informationen