Indy 9
TIdAlertEvent
See Also, Unit: IdIMAP4
Event type signalled when alret messages occur in an IMAP4 response.
TIdAlertEvent = procedure (ASender: TObject; const AAlertMsg: String) of object;
Unit
IdIMAP4
Parameters
AAlertMsg
Alert message found in the IMAP4 response.
Sender
IMAP4 client for the event notification.
Description
TIdAlertEvent is an event type signalled to allow an IMAP4 client to receive alert messages. Alert messages can occur in results from an IMAP4 command that selects the current mailbox, or appends a new message to a mailbox. TIdAlertEvent event are generated when the alert is parsed from the results from the command.

TIdAlertEvent allows the IMAP4 client to perform an operation by signalling the TIdIMAP4.OnAlert event handler.


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