Description
-
Fires when user disconnects from server.
Syntax
-
Private Sub
object_Disconnected(User)
The Disconnected Event syntax has these parts:
object |
A wodImapServer
object. |
User |
An ImapUser object.
Reference to user that is disconnecting from your IMAP
server. |
Remarks
- This event is fired after user issues 'LOGOUT'
command and is about to leave server. At this time, you
should not try to examine contents of messages or any
information about user, because immediately after
wodImapServer gets control back from the event it will delete
all objects regarding this user.
|