SmtpNetworkElement.DefaultCredentials 屬性

定義

判斷是否使用預設使用者認證存取 SMTP 伺服器。 預設值是 false

public:
 property bool DefaultCredentials { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("defaultCredentials", DefaultValue=false)]
public bool DefaultCredentials { get; set; }
[<System.Configuration.ConfigurationProperty("defaultCredentials", DefaultValue=false)>]
member this.DefaultCredentials : bool with get, set
Public Property DefaultCredentials As Boolean

屬性值

true 表示會使用預設使用認證存取 SMTP 伺服器,否則為 false

屬性

適用於

另請參閱