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
>
[quoted text clipped - 12 lines]
> >
> > Thanks in advance!
The VBA event is MAPIFolder.Items.ItemAdd. Some of the tools at the 2nd URL should provide notification for new items.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> 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
[quoted text clipped - 5 lines]
>
>> 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
>> > 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!