I have custome appointment dialog. From this dialog how can i fire the event BeforeDisplayAppointmentRecurrenceDialog which will show the recurrence dialog. Please suggest...
Thanks Brian
To show the recurrence dialog, you can simply create an instance of the RecurrenceDialog class and call its ShowDialog method. There are some things you have to do to get the right information to and from that dialog, however; you can take a look at the AppointmentDialog2007 sample which is included in the SDK.