![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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? |
#3
|
|||
|
|||
![]()
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? |
#4
|
|||
|
|||
![]()
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? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Addin not loaded after recompile | [email protected] | Add-ins for Outlook | 1 | September 22nd 08 02:09 PM |
AddIn not loaded - .Net 3.5 | [email protected] | Add-ins for Outlook | 2 | July 12th 08 06:23 AM |
Large emails stay in outbox and sended repeatedly | LS | Outlook - General Queries | 2 | September 25th 07 12:23 AM |
emails stay in outbox for awhile | [email protected] | Outlook - General Queries | 1 | January 27th 07 08:00 AM |
Word COM-Addin is not to be loaded into Outlook | Oliver Scheiber | Outlook and VBA | 2 | January 14th 07 12:24 PM |