Hi,
I have a cutom appointment dialog. When I go to save the appointment, HasReminder is true even though I haven't created a reminder for the appointment. Anyone have any ideas? I'd like to use HasReminder to determine whether the appointment has a reminder, but all of my appointmnets end up having a reminder.
Thanks
Rose
Never mind. I figured out the problem. The code was checking Appointment.Reminder.Enabled and this caused a remionder to be created and HasReminder to be true.