wodSmtpServer ActiveX Control - Disconnected Event
    
 

Description

Fires when user disconnects from server.


Syntax

Private Sub object_Disconnected(User)



The Disconnected Event syntax has these parts:

Part Description
object A wodSmtpServer object.
User A SmtpUser object. Reference to the user who is disconnecting from the server.

Remarks

This event is fired after user issues 'QUIT' command and is about to leave server. At this time, you start to examine contents of posted message, and decide what to do with it. Usually, you will save received message to temporary file. Inside this event, you can move it to appropriate mailbox file.