Sending an alert (email or sms) when adding/scheduling an appointment

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, I would like to be able to send an email or an sms when I add an
appointment to my shared calendar so that other persons are alerted and
reminded to check the calendar. Is this possibile with outlook 2003 /
2005? How do do it?

Thanks in advance!
 
Thanks for your answer but I can't seem to find what I am looking for.
I see tons of tools that lets you send sms or emails when a reminder is
triggered. But I need to send ans sms when an appointment is created.
Is there a VBA event to handle this?
Thanks again.

Sue Mosher [MVP-Outlook] ha scritto:
 
The VBA event is MAPIFolder.Items.ItemAdd. Some of the tools at the 2nd URL should provide notification for new items.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


Thanks for your answer but I can't seem to find what I am looking for.
I see tons of tools that lets you send sms or emails when a reminder is
triggered. But I need to send ans sms when an appointment is created.
Is there a VBA event to handle this?
Thanks again.

Sue Mosher [MVP-Outlook] ha scritto:
These pages may have tools to help with this if you don't want to write your own Outlook VBA code: http://www.slipstick.com/addins/pager.htm and http://www.slipstick.com/addins/notify.htm
 
Back
Top