Catch the item I just sent

  • Thread starter Thread starter Sharad Naik
  • Start date Start date
S

Sharad Naik

Hello,

I am using COM Add-In ib VB6.
Through the add-in when a defined events occur I send a message automatcally
through the add-in. This is working fine.
Now I want to monitor and check
when the item actually gets sent, i.e. it when moves from outbox to sent
item.
How can I refer to the message I just sent, progrmatically?
I though of using SynEnd event, but if there is error during
synchronization (remove mail server is down, etc.) the SynEnd event will be
still fired while my item is still in outbox.
Any suggestions?

Thanks in Advance

Sharad
 
Trap the ItemAdd event on the Items collection of the Sent Items folder.
 
Back
Top