|
OnAppend Used to set the message data to be appended to the specified mailbox.
OnBodyAttributes Used to set the section attributes to be fetched. You can use it to find out specific information about a section of the message.
OnCapability Delivers the IMAP server capability.
OnCheck Delivers the mailbox checkpoint. It may return the message statistics in a mailbox.
OnClose The mailbox has been deselected and it delivers any response from the IMAP server to the client.
OnData Delivers the data requested by the Fetch or UidFetch methods.
OnDirect Delivers the server reply in response to the user specified command in the Direct method or to the Direct cmd property being set.
OnExpunge Delivers the server reply in a successful response to the Expunge method.
OnError Local error has occurred. This will contain the error code indicating the type of error.
OnImapHeader Notifies that the IMAP message properties have been set.
OnList In response to the List and ListSubscribe methods, this delivers the mailbox name, hierarchy delimeter and mailbox attributes in each mailbox that matches the
specifications in the List or ListSubscribe methods.
OnMimeHeader Fired in response to a Fetch or UidFetch method, this sets the MIME header properties.
OnNoop Contains the result of the Noop method.
OnNotify Delivers any updates received from the IMAP server when in the idle mode.
OnSearch Returns a list of message sequence numbers that meet the Search specifications in a Search or Uid Search method.
OnSelect Sets the mailbox properties of the selected mailbox specified in the Select or Examine method.
OnSmtpHeader Fired in response to a Fetch or UidFetch method, this sets the SMTP header properties.
OnStatus Sets the mailbox properties fired in response to the Status method.
OnStore Delivers the new status of a message in response to the status method.
|