Back to product page

IwodSmtpClientNotify Object


Fast notifications interface.


Methods
ConnectedCalled when wodSmtp connects to the server.
ConnectingCalled when wodSmtp tries to connect to the server.
DisconnectedCalled when wodSmtp disconnects from the server.
DNSResponseCalled when DNS query returns.
DoneCalled when message is sent.
EhloResponseCalled when remote server sends response to HELO/EHLO command.
HostCertificateCalled when remote server provides its certificate.
ProgressCalled during message sending.
StateChangeCalled when wodSmtp's state changes.

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).

Platforms

Windows