wodSmtpServer ActiveX Control - SmtpRelayStates Enumeration
    
 

Description

This list contains all states that can happen during relaying message. Some of them may be skipped in the process (such as RelayResolvingA). When state changes, RelayStateChange event is fired.


Members
Constant Value Description
 RelayIdleWaiting 0 Not yet connected - waiting.
 RelayResolvingMX 1 Trying to obtain Mail Exchanger address.
 RelayResolvingA 2 Trying to obtain IP address of the server.
 RelayConnecting 3 Connecting to the server.
 RelayConnected 4 Connected to the server.
 RelayHello 5 Sending HELO command.
 RelayMailFrom 6 Sending MAIL FROM command.
 RelayRcptTo 7 Sending RCPT TO command.
 RelayData 8 Sending message.
 RelaySendingHeaders 9 Sending message headers.
 RelaySendingBody 10 Sending message body
 RelayDone 11 Done relaying.
 RelayAuthenticating 12 Authenticating with the server.
 RelayNegotiatingSSL 13 Negotiating SSL encryption.
 RelayEstablishedSSL 14 Established SSL encryption.