MailSettingsSectionGroup.Smtp 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得本機電腦的 SMTP 設定。
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
屬性值
SmtpSection 物件,包含本機電腦的組態資訊。
備註
郵件設定會影響 類別的行為 SmtpClient 。