wodSmtpServer ActiveX Control - RelayDone Event
    
 

Description

Fires when relaying completes.


Syntax

Private Sub object_RelayDone(Relay)



The RelayDone Event syntax has these parts:

Part Description
object A wodSmtpServer object.
Relay A SmtpRelay object. Reference to the relay that was completed.

Remarks

RelayDone event is fired after relay has successfully completed the delivery. At this point relay instance is removed from the collection of messages that needs to be relayed.