Expected behavior. If you do that with items that have been sent you're
causing problems. I'd probably intercept Application.Item_Send and get the
items before they hit the Outbox.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
>I have a C++ COM add-in that changes a toolbar custom button state
> depending on the item selected. All works fine except for items in
[quoted text clipped - 34 lines]
> Many thanks in advance,
> Chris
Chris_Orange - 23 Nov 2005 20:01 GMT
Ken,
Thanks for the reply, that's what I thought but didn't want to hear!
I already intercept the Send event so I'll do as you suggest and also
avoid touching anything in the Outbox.
>Expected behavior. If you do that with items that have been sent you're
>causing problems. I'd probably intercept Application.Item_Send and get the
>items before they hit the Outbox.