Description
-
Called when user disconnects from server.
Return Type
-
None
Syntax
-
object.Disconnected Owner,
User
The Disconnected Method syntax has these parts:
object |
An expression evaluating to an object
of type IwodImapNotify. |
Owner |
Required. A wodImapServer
object. |
User |
Required. An ImapUser object.
Reference to user that is disconnecting from your IMAP
server. |
Remarks
- NOTE: This method is called only if you
implemented IwodImapNotify interface in your application, and
wodImapServer1.Notification
property has received reference to instance of your
implementation.
-
- This notification method is called 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 notification it will
delete all objects regarding this user.
|