Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook and VBA (http://www.outlookbanter.com/outlook-vba/)
-   -   popup balloon on saving email attachments (http://www.outlookbanter.com/outlook-vba/74420-popup-balloon-saving-email-attachments.html)

vonClausowitz July 1st 08 09:37 AM

popup balloon on saving email attachments
 
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

Ken Slovak - [MVP - Outlook] July 1st 08 02:46 PM

popup balloon on saving email attachments
 
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



vonClausowitz July 1st 08 04:18 PM

popup balloon on saving email attachments
 
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

Ken Slovak - [MVP - Outlook] July 1st 08 05:00 PM

popup balloon on saving email attachments
 
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




All times are GMT +1. The time now is 11:38 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com