Indy 9
TIdPOP3ServerNoParamEvent
See Also, Unit: IdPOP3Server
Event type triggered for POP3 commands that require no parameters.
TIdPOP3ServerNoParamEvent = procedure (ASender: TIdCommand) of object;
Unit
IdPOP3Server
Parameters
ASender
Command handler for the event notification.
Description
TIdPOP3ServerNoParamEvent is the event type triggered from a command handler for a POP3 command that requires no parameters, including the following POP3 commands:

  • QUIT

  • STAT

  • RSET

TIdPOP3ServerNoParamEvent is the type used to represent TIdPOP3Server event handlers like:

  • OnSTAT

  • OnRSET

  • OnQUIT

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.