View Single Post
  #1  
Old June 27th 06, 06:25 PM posted to microsoft.public.outlook.program_addins
lg
external usenet poster
 
Posts: 26
Default Outlook Add-in with C#

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.
Ads