Is it possible to publish the appointmentitem after the tab and controls are
added C# addin to provent one offs ? or to do something like in that article
(the link in your last post) to clean to appointmentItem so it's not a one
off form ?
"Ken Slovak - [MVP - Outlook]" wrote:
One-off forms encapsulate the form design within the form so they are much
bigger than a form that's not one-offed. They can't run code that might be
behind the form. Since they don't use a published form they cannot respond
to any updates, they always will have the design that was embedded.
There are a number of other problems with one-offed forms. See
http://www.outlookcode.com/d/formpub.htm#oneoff for a list of various
problems you can create that way.
--
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
...
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 ?