Hi Ken,
thank you for the information.
Is it possible for you to send me the sub-code, as I'm not able to write it.
Sorry for complications...
Regards Michel
"Ken Slovak - [MVP - Outlook]" wrote:
You'd probably be best off hooking into NewInspector to see when an item is
opened, checking to make sure it's a calendar item and then handling it's
Save event. During that event handler you can cancel the reminder flag:
AppointmentItem.ReminderSet = False.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Michel Lauterbach" wrote in
message ...
Hello!
Yes, macros are enabled. There are also some other macros in
ThisOutlookSession, e.g. an attachment-reminder for E-Mail.
Isn't it possible to connect the macro to the oppening of a new
calendar-item? Perhaps you can check at this moment while the date is in
the
past or not and depending on this enable the reminder or not?
Thank you for help!!!
Regards Michel