wodSmtp ActiveX Control - wodSmtpClientNotify Object
    
 
Description

wodSmtpClientNotify Class


Remarks

IwodSmtpClientNotify interface is a fast notifications interface you should implement in your application if you want it to "take over" events. When implemented, and wodSmtp.Notification property is set to the instance of object that implements this interface, wodSmtpCom 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 wodSmtp connects to the server.
Connecting Called when wodSmtp tries to connect to the server.
Disconnected Called when wodSmtp disconnects from the server.
DNSResponse Called when DNS query returns.
Done Called when message is sent.
EhloResponse Called when remote server sends response to HELO/EHLO command.
HostCertificate Called when remote server provides its certificate.
Progress Called during message sending.
StateChange Called when wodSmtp's state changes.