wodPop3 ActiveX Control - wodPopClientNotify Object
    
 
Description

wodPopClientNotify Class


Remarks

IwodPop3ClientNotify interface is a fast notifications interface you should implement in your application if you want it to "take over" events. When implemented, and wodPop3.Notification property is set to the instance of object that implements this interface, wodPop3Com will call above methods instead of firing it's events. As you can see - each event has corresponding notification method (callback).




Members
Methods
Connected Called when wodPOP3 component connects to the server.
Disconnected Called when wodPOP3 component disconnects from the server.
Done Called when wodPOP3 component finishes execution of some method.
Progress Called during message retrieval.
Received Called when wodPOP3 component finishes receiving the message.
StateChange Called when wodPOP3 component changes its state.