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 - Calandaring
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Can our receptionist let us know when someone's arrived?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 6th 08, 12:49 PM posted to microsoft.public.outlook.calendaring
Widmerpool
external usenet poster
 
Posts: 3
Default Can our receptionist let us know when someone's arrived?

Bear in mind that many of our staff are resistant to using any technology
newer than the pencil; but at the moment we have to go down to reception to
check if a client has arrived, then (if they're late) either do it again five
minutes later or hang around. Clients often don't know the name of who
they're there to see. I'd like us to have a (voluntary) system where the
receptionist can see our calendars (yes I know how to share calendars) and
somehow use them to let us know when a client is there. Not email - I ideally
want something where the receptionist just has to click on a button and an
alert pops up on my screen and sounds a tone. Anyone know anything like that
in Outlook? We're using Outlook 2003 (v.11.56)
  #2  
Old August 6th 08, 03:09 PM posted to microsoft.public.outlook.calendaring
Brian Tillman
external usenet poster
 
Posts: 17,452
Default Can our receptionist let us know when someone's arrived?

Widmerpool wrote:

Bear in mind that many of our staff are resistant to using any
technology newer than the pencil; but at the moment we have to go
down to reception to check if a client has arrived, then (if they're
late) either do it again five minutes later or hang around. Clients
often don't know the name of who they're there to see. I'd like us to
have a (voluntary) system where the receptionist can see our
calendars (yes I know how to share calendars) and somehow use them to
let us know when a client is there. Not email - I ideally want
something where the receptionist just has to click on a button and an
alert pops up on my screen and sounds a tone. Anyone know anything
like that in Outlook? We're using Outlook 2003 (v.11.56)


I don't think Outlook has the ability you describe, but there are IM
solutions and Windows itself contains the MSG command that might suffice if
you all use a shared server or you might be able to use the NET SEND
command.
--
Brian Tillman [MVP-Outlook]

  #3  
Old August 6th 08, 04:51 PM posted to microsoft.public.outlook.calendaring
Widmerpool
external usenet poster
 
Posts: 3
Default Can our receptionist let us know when someone's arrived?

"Brian Tillman" wrote:

Widmerpool wrote:

Bear in mind that many of our staff are resistant to using any
technology newer than the pencil; but at the moment we have to go
down to reception to check if a client has arrived, then (if they're
late) either do it again five minutes later or hang around. Clients
often don't know the name of who they're there to see. I'd like us to
have a (voluntary) system where the receptionist can see our
calendars (yes I know how to share calendars) and somehow use them to
let us know when a client is there. Not email - I ideally want
something where the receptionist just has to click on a button and an
alert pops up on my screen and sounds a tone. Anyone know anything
like that in Outlook? We're using Outlook 2003 (v.11.56)


I don't think Outlook has the ability you describe, but there are IM
solutions and Windows itself contains the MSG command that might suffice if
you all use a shared server or you might be able to use the NET SEND
command.
--
Brian Tillman [MVP-Outlook]


Thanks for that, Brian, that was very helpful. I've tried it out at the
command prompt, msg "widmerpool" "testing" and it works nicely. I
can't expect the receptionist to do that; so I'll write a quick piece of
Visual Basic to do the job.

Maybe MS could put this feature into Outlook?
  #4  
Old August 6th 08, 05:00 PM posted to microsoft.public.outlook.calendaring
Bob I
external usenet poster
 
Posts: 631
Default Can our receptionist let us know when someone's arrived?



Widmerpool wrote:

"Brian Tillman" wrote:


Widmerpool wrote:


Bear in mind that many of our staff are resistant to using any
technology newer than the pencil; but at the moment we have to go
down to reception to check if a client has arrived, then (if they're
late) either do it again five minutes later or hang around. Clients
often don't know the name of who they're there to see. I'd like us to
have a (voluntary) system where the receptionist can see our
calendars (yes I know how to share calendars) and somehow use them to
let us know when a client is there. Not email - I ideally want
something where the receptionist just has to click on a button and an
alert pops up on my screen and sounds a tone. Anyone know anything
like that in Outlook? We're using Outlook 2003 (v.11.56)


I don't think Outlook has the ability you describe, but there are IM
solutions and Windows itself contains the MSG command that might suffice if
you all use a shared server or you might be able to use the NET SEND
command.
--
Brian Tillman [MVP-Outlook]



Thanks for that, Brian, that was very helpful. I've tried it out at the
command prompt, msg "widmerpool" "testing" and it works nicely. I
can't expect the receptionist to do that; so I'll write a quick piece of
Visual Basic to do the job.

Maybe MS could put this feature into Outlook?


Just a thought, but can she add an appointment to your calendar that
would trip the reminder alarm?

  #5  
Old August 6th 08, 05:57 PM posted to microsoft.public.outlook.calendaring
Widmerpool
external usenet poster
 
Posts: 3
Default Can our receptionist let us know when someone's arrived?

I'm trying to avoid her having to do anything beyound click a button - I
could do without making myself hated by the reception staff!

I'm now just trying to learn how to invoke the msg facility from within
Access; I want to be able to give Reception a list of my appointments so that
when they hit the button it pulls up cmd.exe, fills in the username and
message, including the client's name (from the database), and sends the
message. I'm not a developer, so this is all new to me. So far I've got a
button and I've got it to open the command prompt window, but I can't yet
find out how to get it to insert the data and send the message. I guess this
is really a question for either an Access or a VB forum...

"Bob I" wrote:



Widmerpool wrote:

"Brian Tillman" wrote:


Widmerpool wrote:


Bear in mind that many of our staff are resistant to using any
technology newer than the pencil; but at the moment we have to go
down to reception to check if a client has arrived, then (if they're
late) either do it again five minutes later or hang around. Clients
often don't know the name of who they're there to see. I'd like us to
have a (voluntary) system where the receptionist can see our
calendars (yes I know how to share calendars) and somehow use them to
let us know when a client is there. Not email - I ideally want
something where the receptionist just has to click on a button and an
alert pops up on my screen and sounds a tone. Anyone know anything
like that in Outlook? We're using Outlook 2003 (v.11.56)

I don't think Outlook has the ability you describe, but there are IM
solutions and Windows itself contains the MSG command that might suffice if
you all use a shared server or you might be able to use the NET SEND
command.
--
Brian Tillman [MVP-Outlook]



Thanks for that, Brian, that was very helpful. I've tried it out at the
command prompt, msg "widmerpool" "testing" and it works nicely. I
can't expect the receptionist to do that; so I'll write a quick piece of
Visual Basic to do the job.

Maybe MS could put this feature into Outlook?


Just a thought, but can she add an appointment to your calendar that
would trip the reminder alarm?


  #6  
Old August 6th 08, 06:12 PM posted to microsoft.public.outlook.calendaring
Bob I
external usenet poster
 
Posts: 631
Default Can our receptionist let us know when someone's arrived?

Humm, you may want to have a look at "AutoIT". After you script it, the
staff could select the appointment and then trigger the AutoIT you
scripted. Presto bango all done. AutoIT is available for free(donations
accepted) from the authors web site.

Widmerpool wrote:

I'm trying to avoid her having to do anything beyound click a button - I
could do without making myself hated by the reception staff!

I'm now just trying to learn how to invoke the msg facility from within
Access; I want to be able to give Reception a list of my appointments so that
when they hit the button it pulls up cmd.exe, fills in the username and
message, including the client's name (from the database), and sends the
message. I'm not a developer, so this is all new to me. So far I've got a
button and I've got it to open the command prompt window, but I can't yet
find out how to get it to insert the data and send the message. I guess this
is really a question for either an Access or a VB forum...

"Bob I" wrote:



Widmerpool wrote:


"Brian Tillman" wrote:



Widmerpool wrote:



Bear in mind that many of our staff are resistant to using any
technology newer than the pencil; but at the moment we have to go
down to reception to check if a client has arrived, then (if they're
late) either do it again five minutes later or hang around. Clients
often don't know the name of who they're there to see. I'd like us to
have a (voluntary) system where the receptionist can see our
calendars (yes I know how to share calendars) and somehow use them to
let us know when a client is there. Not email - I ideally want
something where the receptionist just has to click on a button and an
alert pops up on my screen and sounds a tone. Anyone know anything
like that in Outlook? We're using Outlook 2003 (v.11.56)

I don't think Outlook has the ability you describe, but there are IM
solutions and Windows itself contains the MSG command that might suffice if
you all use a shared server or you might be able to use the NET SEND
command.
--
Brian Tillman [MVP-Outlook]


Thanks for that, Brian, that was very helpful. I've tried it out at the
command prompt, msg "widmerpool" "testing" and it works nicely. I
can't expect the receptionist to do that; so I'll write a quick piece of
Visual Basic to do the job.

Maybe MS could put this feature into Outlook?


Just a thought, but can she add an appointment to your calendar that
would trip the reminder alarm?



 




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
Receive notification when someone's calendar is updated [email protected] Outlook - Calandaring 1 March 2nd 08 10:52 PM
Create a rule to mark message as UNREAD when arrived ? Luqman Outlook - General Queries 4 February 26th 08 10:45 PM
Managing someone's distribution lists Dave[_3_] Outlook - Using Contacts 0 September 18th 07 04:43 PM
I've just arrived here with font-size question. E. T. Culling Outlook Express 6 March 14th 06 06:01 PM
Receptionist needing a phone memo form to email phone messages. Kathy Outlook - Using Forms 1 March 3rd 06 12:07 PM


All times are GMT +1. The time now is 12:58 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.