View Single Post
  #2  
Old April 8th 09, 04:07 PM posted to microsoft.public.outlook.program_addins
Tom[_4_]
external usenet poster
 
Posts: 40
Default Emails stay in Outbox forever once addin is loaded

Hi Jason,

You are not alone. I have seen this issue multiple times with Outlook 2003.
I believe this is an Outlook problem of some sort. I think it is a race
condition and has something to do with the view table.

In fact with some of our add-ins that are message intensive I have disabled
(low level hook) from selecting the outbox during message processing.

Tom -




"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?




Ads