Name | Value | Description | |||
LookupMX | 1 | The component is looking for mail exchange information, by queering the DNS server. | |||
Connecting | 2 | The client is going to connect to the SMTP server. | |||
Connected | 3 | The client is connected to the SMTP server. | |||
Opening | 4 | The connection is going to be opened, by saying HELO to the SMTP server. | |||
Opened | 5 | The connection is opened, and ready to send the email. | |||
Closing | 6 | The connection is about to be closed. | |||
Closed | 7 | The connection is closed. | |||
Data | 8 | The client sends the message's data. | |||
Disconnecting | 9 | The client is going to be disconnected from the SMTP server | |||
Disconnected | 10 | The client is disconnected. | |||
Login | 11 | The client is about to login to the SMTP server. The Login state is sent only if the AuthMethod property is AuthLogin or AuthPlain. | |||
Logged | 12 | The client is logged to the SMTP server. The Logged state is sent only if the AuthMethod property is AuthLogin or AuthPlain. |
Use the StateChange event to check the email message's state while delivering.