Indy 9
|
TIdPOP3ServerTOPCommandEvent = procedure (ASender: TIdCommand; AMessageNum :Integer; ANumLines :Integer) of object;
ASender is the command handler generating the event notification. AMessageNum is the message number to be retrieved from the mailbox, and used to extract the number of lines indicated in ANumLines.
Note: The TIdPOP3Server command handler in ASender will not trigger the event if the thread has not been authenticated using a supported authentication method and placed in the Transaction state.
Note: AMessgeNum cannot refer to a message marked for deletion in the POP3 mailbox.