A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

popup balloon on saving email attachments



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 1st 08, 09:37 AM posted to microsoft.public.outlook.program_vba
vonClausowitz
external usenet poster
 
Posts: 29
Default 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
  #2  
Old July 1st 08, 02:46 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default 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


  #3  
Old July 1st 08, 04:18 PM posted to microsoft.public.outlook.program_vba
vonClausowitz
external usenet poster
 
Posts: 29
Default 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
  #4  
Old July 1st 08, 05:00 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default 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


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 11:39 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-2025 Outlook Banter.
The comments are property of their posters.