![]() |
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
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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" wrote in message ... 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 |
#3
|
|||
|
|||
![]()
On 1 jul, 15:46, "Ken Slovak - [MVP - Outlook]"
wrote: 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" wrote in message ... 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 How do you do this in Outlook? Marco |
#4
|
|||
|
|||
![]()
It has nothing to do with Outlook. It depends on your development platform.
For VBA you'd use a VBA UserForm, for .NET code you'd use a Windows Form, for unmanaged code you'd use a form provided by your development environment. You'd show the form when you want, set a timer control to fire after an interval you select, and when the timer fires you close your form. -- 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" wrote in message ... snip How do you do this in Outlook? Marco |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
popup balloon on process | vonClausowitz | Outlook and VBA | 8 | June 22nd 08 02:38 PM |
saving all attachments where the some of the attachments have thesame name | nosliwmada | Outlook - General Queries | 0 | December 6th 07 03:48 PM |
quick code for saving email attachments | Co | Outlook - General Queries | 1 | November 29th 07 01:08 PM |
default location for saving email attachments | Jeanette | Outlook - Installation | 2 | October 13th 06 06:25 PM |
Saving Attachments | [email protected] | Add-ins for Outlook | 0 | January 11th 06 07:27 PM |