> You publish a form with the Tools | Forms | Publish Form command. See
> http://www.outlookcode.com/d/newdefaultform.htm for information on making it
[quoted text clipped - 17 lines]
> > here,
> > and can't figure out how to "plug it in". Thanks!
You must have Owner permission on the folder before you can publish a form
to it.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> When I try to publish the form to Public Folders > All Public Folders >
> Corporate Contacts, I get the error message, "Unable to successfully
[quoted text clipped - 6 lines]
> it
>> the folder's default.
>> > My company wants to create a company-wide contact list. I've built
>> > this
[quoted text clipped - 18 lines]
>> > here,
>> > and can't figure out how to "plug it in". Thanks!
Michael - 08 Sep 2004 20:03 GMT
OK, that worked, and the form is a hit! Thanks!
The form is invoked whenever a new contact is created in the public folder,
but right now, the "Company Contacts" public folder is being populated via
people dragging and dropping contacts from their own contacts folder into
the public folder. Their contacts have the old list of categories
associated with them. Is there a way to force them to select from the new
form when they drop contacts into the folder?
--Michael
> You must have Owner permission on the folder before you can publish a form
> to it.
Sue Mosher [MVP-Outlook] - 08 Sep 2004 20:59 GMT
Three methods:
1) Write and distribut to everyone a little VBA macro that moves items into
the folder and changes the message class to point to the custom form, all
with one command.
2) Install an add-in on each user's machine that does #1.
3) Use an Exchange event sink or script to change the MessageClass of each
new item if it doesn't match your custom form.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> OK, that worked, and the form is a hit! Thanks!
>
[quoted text clipped - 11 lines]
>> form
>> to it.