Internet Direct (Indy) Version 9.0.2 Beta
TIdPOP3TOPCommandEvent
Represent the event type triggered for the POP3 TOP command.

TIdPOP3TOPCommandEvent = procedure (AThread :TIdPeerThread; AMessageNum :Integer; ANumLines :Integer) of object;
Description
TIdPOP3TOPCommandEvent is an event type triggered when a POP3 server receives the POP3 TOP command from the client connection in AThread. The POP3 TOP command is used to retreive headers and the number of body lines specified in ANumLines from the message specified in AMessageNum.

AMessgeNum cannot refer to a message marked for deletion in the POP3 mailbox.