Event handler type for SMTP Relay event notifications.
TIdSMTPRelayStatus = procedure (Sender: TIdBaseObject; AEMailAddress: TIdEmailAddressItem; Action: TIdSMTPRelayStatusAction) of object;
Parameters |
Description |
Sender |
Relay agent generating the event. |
AEMailAddress |
Email address for the event notification. |
Action |
Action signalled for the event handler. |
TIdSMTPRelayStatus is an event handler type used to represent the TIdSMTPRelay.OnDirectSMTPStatus property.
Sender is the TIdSMTPRelay instance that represents the SMTP Relay agent generating the event.
AEMailAddress is an email address being processed for the event notification.
Action is the action signalled for the event handler.
TIdSMTPRelayStatus is the type used to represent 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. |