Emails stay in Outbox forever once addin is loaded

Status
Not open for further replies.
J

Jason

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

Tom

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" <a@a.com> wrote in message

news:uPxrh24tJHA.2376@TK2MSFTNGP04.phx.gbl...
> 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?

>
 
J

Jason

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" <tom@gigasoftdevelopment.com> wrote in message

news:eJPH9vFuJHA.4648@TK2MSFTNGP06.phx.gbl...
> 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" <a@a.com> wrote in message
> news:uPxrh24tJHA.2376@TK2MSFTNGP04.phx.gbl...
> > 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?
>

>>


>
 
J

Jason

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" <a@a.com> wrote in message

news:uPxrh24tJHA.2376@TK2MSFTNGP04.phx.gbl...
> 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?

>
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
N Redemption.RDOSession logon() stops emails sending-they stay in Ou Outlook VBA and Custom Forms 3
F Color code certain INBOX emails Using Outlook 2
J gmail and deleted emails. Using Outlook 0
Z Outlook 2021 Outlook new emails notification not working Using Outlook 5
J Outlook 365 Outlook Macro to Sort emails by column "Received" to view the latest email received Outlook VBA and Custom Forms 0
C Outlook 365 Copy/Save Emails in Folder Outside Outlook to Show Date Sender Recipient Subject in Header Using Outlook 0
U Outlook not responding when trying to print Emails Using Outlook 6
K mark emails with colour manually (like in thunderbird) Using Outlook 1
richardwing Outlook 365 VBA to access "Other Actions" menu for incoming emails in outlook Outlook VBA and Custom Forms 0
U Outlook on the iPhone cannot approve filtered Emails Using Outlook 0
K Outlook 365 After migrating to Outlook 365, some contacts display in emails with prefixes Using Outlook 0
B Move emails from one account to another Outlook VBA and Custom Forms 2
D Unable to view older emails in desktop app Using Outlook 0
S Outlook 365 Help me create a Macro to make some received emails into tasks? Outlook VBA and Custom Forms 1
R Outlook 2021 Having problem setting up outlook 2021 with windows 11. I have 3 gmail accounts and I want the 3 gmail, emails to merge into the same outlook input. Using Outlook.com accounts in Outlook 0
S Outlook 2021 Can you make emails from 3 word domains "safe" by entering top 2 word domain into Safe List in Outlook? Using Outlook 1
J Outlook 365 Emails showing as links and text only Using Outlook 4
G Removing old emails when adding accounts Using Outlook 3
N VBA Macro To Save Emails Outlook VBA and Custom Forms 1
Horsepower Lost emails Using Outlook 4
P Emails assigned with a certain category (within a shared inbox) to be copied to a specific folder. Outlook VBA and Custom Forms 2
M Saving emails using Visual Basic - Selecting folder with msoFileDialogFolderPicker Outlook VBA and Custom Forms 6
L Emails being archived when I press the A key accidentally - how do I stop this? Using Outlook 0
N Save emails within a certain date range to network drive Outlook VBA and Custom Forms 0
M I cant send emails via Outlook in my W10 PC. Using Outlook 3
e_a_g_l_e_p_i Can emails from Gmail be deleted when they are downloaded to Outlook 2010 Using Outlook 1
D Wrong email address in Outlook 2003 "From" tab in new outgoing emails Using Outlook 4
Witzker How to find all emails from and to a contact in OL 2019 Using Outlook 6
S How to find emails that I sent that have not received a reply? Using Outlook 7
M Extract "Date sent" from emails (saved to folder using drag and drop) Outlook VBA and Custom Forms 1
R Sent emails show iCloud mail account not the alias Using Outlook 2
K Run a script rule to auto 'send again' on undeliverable emails? Outlook VBA and Custom Forms 1
J how to stop junk emails from *.onmicrosoft.com ? Using Outlook 2
FryW Need help modifying a VBA script for in coming emails to auto set custom reminder time Outlook VBA and Custom Forms 0
S Auto forward for multiple emails Outlook VBA and Custom Forms 0
M All fonts in Outlook emails display with exaggerated character spacing Using Outlook 4
L Images not displaying in emails sent to self Using Outlook 2
C Icons (arrows) not showing on emails forwarded or replied to Using Outlook 8
R Moved 6 months worth (approx 1500 emails) lost from moving from TPG inbox to Icloud inbox (folders) Using Outlook 3
U Approving Emails from iPhone Using Outlook 0
D cannot view emails in View pane (in the right pane), I only see one line or nothing Using Outlook 21
A Macro to file emails into subfolder based on subject line Outlook VBA and Custom Forms 1
N Help creating a VBA macro with conditional formatting to change the font color of all external emails to red Outlook VBA and Custom Forms 5
B Outlook 2016 Unable to view images or logos on the outlook 2016 emails the same html code works well when i use outlook 2010 Using Outlook 0
A Record opened emails for reopening later Using Outlook 2
Y Filter unread emails in a search folder vba help Outlook VBA and Custom Forms 0
S Outlook 2016 Change how Outlook shows me contacts in emails Using Outlook 0
T Outlook creating unwanted tasks in Tasks and Todo from emails Using Outlook 1
B Outlook 2016 Outlook crashes when trying to print certain emails Using Outlook 5
L IMAP Emails Disappear Using Outlook 0

Similar threads

Top