Catch the item I just sent

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
 
K

Ken Slovak - [MVP - Outlook]

Trap the ItemAdd event on the Items collection of the Sent Items folder.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top