Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Programming VBA / November 2004

Tip: Looking for answers? Try searching our database.

Continual notificatioin of new email

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dan Green - 16 Nov 2004 17:39 GMT
Wouldn't it be nice to have the option to have continual notificatioin of new
email, w/different toggles, similar to an answering machine? In this way,
those who are constantly online because of DSL or higher speed, and have
their Outlook set up to Recieve every five minutes, don't have to continually
stop by the computer to see if they have email (just in case they were out of
range to hear the first and only notification). They could run around the
house, or even next door to grandmas and know if they received something or
not while they were gone.
Sharad Naik - 17 Nov 2004 03:43 GMT
Wouldn't they know which messages received while they were away just looking
at the inbox? The unread messages are highlighted + The Received Time is
marked for each message.

Sharad

> Wouldn't it be nice to have the option to have continual notificatioin of
> new
[quoted text clipped - 8 lines]
> or
> not while they were gone.
Michael Bauer - 17 Nov 2004 07:07 GMT
Hi Dan,

in addition to Sharad you could create your own UserForm and show this
as long as you like to.

Signature

Viele Grüße
Michael Bauer

> Wouldn't it be nice to have the option to have continual notificatioin of new
> email, w/different toggles, similar to an answering machine? In this way,
[quoted text clipped - 4 lines]
> house, or even next door to grandmas and know if they received something or
> not while they were gone.
Dan Green - 17 Nov 2004 14:48 GMT
I understand what you are saying. Again, I am speaking of an audio
notification, not visual. My wife is very computer illiterate and has a focus
problem. If I left the computer on with the speakers turned up, she can
depend on a continual audio notification rather than have to remember to
check the messages. For most everyone else, the feature would be a
convenience at best. For her, it would increase productivity since she needs
to be vigilant of incoming messeges. It can only help her to remember to
check. I suppose I could create a rule to forward all incoming to the same
address so that she continually gets an audio notification. :) Seriously, you
have to know my wife to understand how much it would help. She has a lot on
her plate and a constant check of the email would just add to it. It would be
nice if she only needed to go to the computer when she hears the continual
notificatiion....just like an answering machine. Thanks for your comments.

> Hi Dan,
>
[quoted text clipped - 16 lines]
> something or
> > not while they were gone.
Michael Bauer - 17 Nov 2004 15:31 GMT
Hi Dan,

from that Form you could play your own wave file.

Private Declare Function PlaySound Lib "winmm.dll" Alias "PlaySoundA" _
   (ByVal lpszName As String, ByVal hModule As Long, ByVal dwFlags As
Long) As Long
Private Const SND_FILENAME = &H20000     '  name is a file name
Private Const SND_ASYNC = &H1         '  play asynchronously
Private Const SND_SYNC = &H0         '  play synchronously (default)

Sub PlaySoundForWifeVeryLong()
 PlaySound "YourSound.wav", ByVal 0&, SND_FILENAME Or SND_SYNC
end sub

In addition you could add a cancel-button. As long as it isn´t pressed
you can replay the sound.

Signature

Viele Grüße
Michael Bauer

> I understand what you are saying. Again, I am speaking of an audio
> notification, not visual. My wife is very computer illiterate and has a focus
[quoted text clipped - 30 lines]
> > something or
> > > not while they were gone.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.