wodSmtpServer ActiveX Control - Activated Property
Activated
Property
Description
Determines if Smtp server is activated or not.
Property type
A Boolean value.
Syntax
object.Activated
The Activated Property syntax has these parts:
Part
Description
object
An expression
evaluating to an object of type wodSmtpServer.
Remarks
Activated is a readonly property that determines if Smtp
sever is currently running or not. Although you cannot set
value of this property, you can change it indirectly using
Start and
Stop
methods.