View Single Post
  #3  
Old March 14th 08, 08:35 AM posted to microsoft.public.outlook.program_addins
Al
external usenet poster
 
Posts: 42
Default Help with outlook appointments

I have made a custom Outlook 2007 add-in, with a form wich saves appointments
to the outlook calendar. Is there any way to programaticly locking
appointments in the outlook calendar so they can not be deleted or moved?

One possible workaround I have been thinking about is to delete and remake
the appointment every time the eventhandler for moving or deleting it is
fired. Is there any easier way of accomplishing this?

"Sue Mosher [MVP-Outlook]" wrote:

No, that's not possible to do with a custom form. An Outlook 2007 add-in probably could do it, though.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Al" wrote in message ...
Hi all.

I have made a custom form that a user can create appointments from. These
appointments are visible in the main outlook calendar, but they can also be
deleted there.

I want the user to delete appointments from my form and not in the outlook
calendar.

Is it possible to lock an appointment in the main outlook calendar so they
cannot be deleted.
And if it is possible, how?



Ads