(Msg. 1) Posted: Tue Jul 01, 2008 1:37 am
Post subject: popup balloon on saving email attachments Add to elertz Archived from groups: microsoft>public>outlook>program_vba (more info?)
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?
(Msg. 2) Posted: Tue Jul 01, 2008 8:18 am
Post subject: Re: popup balloon on saving email attachments Add to elertz [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
On 1 jul, 15:46, "Ken Slovak - [MVP - Outlook]" <kenslo....RemoveThis@mvps.org>
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" <vonclausow....RemoveThis@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
(Msg. 3) Posted: Tue Jul 01, 2008 9:46 am
Post subject: Re: popup balloon on saving email attachments Add to elertz [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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.
"vonClausowitz" <vonclausowitz RemoveThis @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
(Msg. 4) Posted: Tue Jul 01, 2008 12:00 pm
Post subject: Re: popup balloon on saving email attachments Add to elertz [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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.
"vonClausowitz" <vonclausowitz.TakeThisOut@gmail.com> wrote in message
news:699cd9da-07f9-4b48-984d-d323383b674c@f36g2000hsa.googlegroups.com...
<snip>
> How do you do this in Outlook?
>
> Marco
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum