Description
-
Determines if this relay is enabled or disabled
Property type
-
A Boolean value.
Syntax
-
object.Enabled [= value]
The Enabled Property syntax has these parts:
object |
An expression
evaluating to an object of type SmtpRelay. |
value |
A Boolean value. |
Remarks
-
Enabled property determines if relay object is currently
active or not. By default, it is Enabled, but if
error occurs then wodSmtpServer will change its state to
Enabled = False (inactive). You can enable it again
manually or it will be enabled automatically when you use Retry
method.
|