Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Add-ins for Outlook (http://www.outlookbanter.com/add-ins-outlook/)
-   -   Emails stay in Outbox forever once addin is loaded (http://www.outlookbanter.com/add-ins-outlook/88736-emails-stay-outbox-forever-once.html)

Jason April 7th 09 03:28 PM

Emails stay in Outbox forever once addin is loaded
 
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?



Tom[_4_] April 8th 09 04:07 PM

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?





Jason April 22nd 09 03:58 AM

Emails stay in Outbox forever once addin is loaded
 
Thanks Tom. I agre that could be the last resort. Right now we just leave
the option open. Our customers pay for the service. Internal users are much
easier to deal with.

"Tom" wrote in message
...
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?







Jason April 22nd 09 03:59 AM

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?






All times are GMT +1. The time now is 01:05 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com