是否可用,config:SmtpEnabled
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxpublic bool Enabled { get; protected set; }
Public Property Enabled As Boolean
Get
Protected Set
public:
virtual property bool Enabled {
bool get () sealed;
protected: void set (bool value) sealed;
}
abstract Enabled : bool with get, set
override Enabled : bool with get, set
Return Value
Type:
BooleanImplements
ISmtpEnabled
See Also