> Create a form using whatever development platform you are using and set up a
> timer control that when it fires you close the form window.
>
> --
> Ken Slovak
> [MVP - Outlook]http://www.slovaktech.com
> Author: Professional Programming Outlook 2007.
> Reminder Manager, Extended Reminders, Attachment Options.http://www.slovaktech.com/products.htm
>
> "vonClausowitz" <vonclausow...@gmail.com> wrote in message
>
> news:7480f9af-55fa-4fc4-bd0d-35b3446b8087@z66g2000hsc.googlegroups.com...
>
> > What I'm doing is the following:
>
> > I created an Initialize Handler which is called when the application
> > is startup.
> > I created also an WithEvents MyInboxMailItem as Outlook.Items
> > now I use the MyInboxMailItem_ItemAdd function to call the function
> > RETRIEVE_MAIL
>
> > RETRIEVE_MAIL scans my inbox for specific messages and senders.
> > When it finds them the attachments of the messages will be copied to a
> > windows folder and the messages
> > moved to another outlook folder.
>
> > What I want is to have a popup balloon (like the new email thing) that
> > disappears after so many secs
> > that attachments have been saved. That should be possible shouldn't
> > it?
>
> > Regards
> > Marco
> > The Netherlands