J
Jason
For Outlook 2003, the solution in the MS article "How to globally change the
default forms in Outlook by using the Forms Administrator utility"
http://support.microsoft.com/kb/241235 only works if the custom form is
published to a folder; it does not work if the form is published into
Personal Form Library.
Question 1: What is the code to publish a form into calendar folder in
Outlook 2003?
The C# code here http://www.outlookcode.com/codedetail.aspx?id=1033 only
publishes the form to Personal Form Library. How to change it for calendar
folder?
I found the code sometime ago. It published the form into calendar folder
but at the same time created an appointment item in the folder. I lost that
code and cannot not retrieve it back.
Question 2: What is correct registry keys for Outlook 2003 when the form is
published into Personal Form Library? The keys below only works when the
form is published into calendar folder.
[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Custom Forms]
[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Custom
Forms\Compose]
"IPM.Appointment"="xxxxx"
[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Custom Forms\Read]
"IPM.Appointment"="xxxxx"
default forms in Outlook by using the Forms Administrator utility"
http://support.microsoft.com/kb/241235 only works if the custom form is
published to a folder; it does not work if the form is published into
Personal Form Library.
Question 1: What is the code to publish a form into calendar folder in
Outlook 2003?
The C# code here http://www.outlookcode.com/codedetail.aspx?id=1033 only
publishes the form to Personal Form Library. How to change it for calendar
folder?
I found the code sometime ago. It published the form into calendar folder
but at the same time created an appointment item in the folder. I lost that
code and cannot not retrieve it back.
Question 2: What is correct registry keys for Outlook 2003 when the form is
published into Personal Form Library? The keys below only works when the
form is published into calendar folder.
[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Custom Forms]
[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Custom
Forms\Compose]
"IPM.Appointment"="xxxxx"
[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Custom Forms\Read]
"IPM.Appointment"="xxxxx"