Description
-
Holds time when user connected to Imap 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 ImapUser. |
value |
A Date value. Represents date and time
when user connected to your IMAP server. |
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.
|