MailSettingsSectionGroup.Smtp Egenskap

Definition

Hämtar SMTP-inställningarna för den lokala datorn.

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

Egenskapsvärde

Ett SmtpSection objekt som innehåller konfigurationsinformation för den lokala datorn.

Kommentarer

E-postinställningar påverkar klassens SmtpClient beteende.

Gäller för

Se även