> As far as I know that wouldn't work very well, Michael. If the item is put
> into the Outbox by sending it then it has already been submitted to the mail
[quoted text clipped - 6 lines]
> >
> > you could use the Outbox ItemAdd event instead of Application_ItemSend.
Michael,
It all depends on what you want to do with an item that's been added to the
Outbox as part of a send operation. If you want to copy it to the file
system you are OK. If you want to move the item to somewhere else you might
get an error since the item is being sent out. Just deleting the item could
also cause that error. It's really on a case by case basis as to what action
you are taking on an item.

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
> Oh oh, just this morning I´ve delivered a little solution, which is
> using ItemAdd. It has to work on OL 2003 only, and I´ve tested without
> problems. The only task is to save some mails into the filesystem,
> depending on the recipients.
>
> Please, Ken, would you tell me more?
Michael Bauer - 31 Jan 2005 16:17 GMT
Hi Ken,
thanks. The items only need to be copied. After doing that a
MailItem.Send call is necessary again, that´s all.
Now, after two days, I know it´s running fine. But having read your post
just after delivery there was a little bit of uneasy feeling. Thanks
again :-)

Signature
Viele Grüße
Michael Bauer
> Michael,
>
[quoted text clipped - 11 lines]
> >
> > Please, Ken, would you tell me more?