![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#10
|
|||
|
|||
![]()
I got it to work, thanks. Why would this one-off cause a problem, the C# code
is part of an add-in that is installed. So, a user with the add-in installed sends a meeting request to a user that dosnt have the add-in, the user with out the add-in just wont see the new tab. Or is this the case ? "Ken Slovak - [MVP - Outlook]" wrote: Have you tried setting the Visible property? The Object Browser will show you everything available for any object. If you're making these customizations using code I still say that's the worst thing you could do. It will one-off the forms, causing all sorts of problems. -- 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 Ken, I found what was wrong, I had to type cast it to Outlook.Pages then when I have the pages object call the page I want and type cast that to OLForms.UserForms, eg: UserForm = (OLForms.UserForms) pages["Item"]; I have another question that you might be able to help with. I am trying to add the tab to the appointment item, now I can add the tab (page) but it is not been made visible, I can only see it in design mode on the form. Do you know how to make it visible ? Thanks for the help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
my first outlook add-in, in c++... | optimist | Add-ins for Outlook | 3 | May 16th 06 05:44 PM |
How to add dynamically add controls in Outlook 2003 | Rahul | Outlook and VBA | 5 | May 8th 06 03:38 PM |
How to add dynamically add controls in Outlook 2003 | Sue Mosher [MVP-Outlook] | Outlook - Using Forms | 4 | May 8th 06 03:38 PM |
Add-In in Outlook doesn't load any more | outl00kalium | Add-ins for Outlook | 0 | January 8th 06 05:49 PM |