If you add a tab (actually make use of a tab that is already there) you will
one-off the form, which is bad. The best thing is to design the custom form
in the forms designer.
--
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
"lg" wrote in message
...
Hi,
I am trying to add a new form tab to the Appointments Item in
Outlook.
Is it possible to do this using C# in VSTO (Adding controls, Publishing
the
form, etc) ? Also is it possible to access the controls with C#, I know it
can be done in VB by using:
item.ModifiedFormPages["Test"].Controls
but is it possible to do it in C# ? and if so how is it done Thanks.