Send/Receive Event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there an event which occurs when send/receive occurs? I want to periodically poll a database to check for messages which need to be sent, and thought that this could occur every time the system automatically does send/receive. Any event which occurs periodically would do.
 
Application.ItemSend and Inbox.Items.ItemAdd would be used. There is no
Send/Receive event.




Mr Tim said:
Is there an event which occurs when send/receive occurs? I want to
periodically poll a database to check for messages which need to be sent,
and thought that this could occur every time the system automatically does
send/receive. Any event which occurs periodically would do.
 
Back
Top