Action signalled in a TIdSMTPRelayStatus event handler.
TIdSMTPRelayStatusAction = ( dmResolveMS, dmConnecting, dmConnected, dmSending, dmWorkBegin, dmWorkEndOK, dmWorkEndWithException );
TIdSMTPRelayStatusAction is an enumerated type that represents the action signalled in a TIdSMTPRelayStatus event handler procedure.
TIdSMTPRelayStatusAction can contain one of the following enumeration values and associated meanings:
|
Value |
Meaning |
|
dmResolveMS |
Resolving mail exchange server |
|
dmConecting |
Connecting |
|
dmConected |
Connection completed |
|
dmSending |
Start relaying messages |
|
dmWorkBegin |
Started relaying messages |
|
dmWorkEndOK |
Finished relaying messages |
|
dmWorkEndWithException |
Finished with an error |
TIdSMTPRelayStatusAction enumeration values are passed as arguments to the TIdSMTPRelayStatus event handler procedure assigned to the TIdSMTPRelay.OnDirectSMTPStatus property.
|
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |