Emails stay in Outbox forever once addin is loaded
The problem of Email won't go out appears in one VM for Outlook 2007. No
problem in dev machine since we replaced the ActiveExplorer.SelectionChange
with BeforeItemMove event. Now the suspect is
Application.Inspectors.NewInspector event. What we really need is the
calendar item open event (or better, the Read event to handle in place
input). Is there any way to catch the calendar item Open/Read event without
intercepting the NewInspector event? Please advise how to.
"Jason" wrote in message
...
The problem only occurs when user click the Outbox folder, then send an
Email. No problem if the folder is not selected.
The problem happens on Outlook 2007 and 2003. Not every computer will have
the problem.
The problem is caused by the interception of explorer.SelectionChange,
whose sole purpose is to catches the EntryIDs of the appointments selected
for deletion.
In Outlook 2007, the problem can be avoided by replacing
explorer.SelectionChange with BeforeItemMove event.
What is the feasible solution for 2003?
|