Making custom form default
I use PublishForm(olFolderREgistry,
calendar) method to install a custom form in Outlook. It works, so I
have that form assigned to calendar folder. But what should I do to
make this form default - I mean: when I click twice on the calendar, my
custom form appears. I want do it all programmically. Does anybody know
how to do it??
LukasPosted Jul 24, 2008, 3:43 AM
1. Download Microsoft's FormsAdmin tool from this page
2. Use it with instructions in rtf file.
3. This tool is for Outlook 2000 version, so export saved settings and change office version(registry key) following: 2002 - 10.0, 2003 - 11.0, 2007 - 12.0.
4. All you need is to add information in the reg file to registry.
PeaCE