wodSmtp ActiveX Control - EhloResponse Method
      
 

Description

Called when remote server sends response to HELO/EHLO command.


Return Type

None  


Syntax

object.EhloResponse Owner, EhloText



The EhloResponse Method syntax has these parts:

Part Description
object An expression evaluating to an object of type wodSmtpClientNotify.
Owner A wodSmtpCom object. Reference to wodSmtpCom instance that called this callback method.
EhloText A String value. Holds list of SMTP capabilities supported by the server.

Remarks

NOTE: This method is called only if you implemented IwodSmtpClientNotify interface in your application, and wodSmtp1.Notification property has received reference to instance of your implementation.

 
EhloResponse notification method is called when wodSmtp gets response back from EHLO/HELO command. This is convenient time for you to evaluate EhloText response, and determine if you will change any properties in wodSmtp component - such as to change Authentication method, change Security, etc..

This notification method can be called twice per connection when SSL/TLS is used - first time before STARTTLS is issued, and second time after successful TLS negotiation.