Description
-
Holds time when user connected to Pop3 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 Pop3User. |
value |
A Date value. |
Remarks
-
When user connects to server (no matter if he logs on
with username and password), 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.
|