Description
-
Holds time when user connected to Smtp server.
Property type
-
A Date value.
Syntax
-
object.TimeConnected [=
value]
The TimeConnected Property syntax has these parts:
object |
An expression
evaluating to an object of type SmtpUser. |
value |
A Date value. |
Remarks
-
When user connects to server, this property is set to
current time. Later in your code you can inspect this value
to determine exactly how long is user connected. Using
VB's regular DATE type operations, you can add and
delete it with appropriate types to determine difference
between some other time and this one.
|