No, that dialog can't be directly opened using code.
You can open it by using the Execute method for the Recurrence
CommandBarButton in the Actions menu of an open appointment item but you
won't have any control over the dialog and can't retrieve values from it
other than by reading the recurrence pattern after the dialog is closed. A
tip is to always check for IsRecurring before you access
GetRecurrencePattern because that method creates a recurring item even if
the item wasn't recurring previously.
You could also call Execute on the New Recurring Appointment in the Actions
menu of an Explorer that is displaying a Calendar folder.

Signature
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
> Hi,
>
[quoted text clipped - 10 lines]
> bye
> chris
the_christl - 21 Oct 2004 15:57 GMT
OK, I see, I think that answer will help me to proceed
thanks Ken
But there is another point which is not clear for me related to this
dialog
Is there any possibility to recognize, that the user has opened an
appointment via the 'New Recurring Appointment' menu item, _before_
that item (and the dialog) is shown;
e.g. can I somehow find out that this menu item has been used or -
another idea - if I intercept the item_open event, is there any
indication (unfortunately _I_ didn't find any).
thanks in advance
chris
> No, that dialog can't be directly opened using code.
>
[quoted text clipped - 23 lines]
> > bye
> > chris
Ken Slovak - [MVP - Outlook] - 22 Oct 2004 16:39 GMT
If there is any way it would be to check IsRecurring either in Item_Open or
NewInspector. It's also possible there are specific MAPI properties that are
different, you can easily check that using OutlookSpy (www.dimastr.com)

Signature
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
> OK, I see, I think that answer will help me to proceed
> thanks Ken
[quoted text clipped - 11 lines]
> thanks in advance
> chris