Copy Forms from Public Folder to Default Folders

  • Thread starter Gil Hennessey via OfficeKB.com
  • Start date
G

Gil Hennessey via OfficeKB.com

We've published forms to a public folder on Exchange. We want to be able to
programmatically install the forms to every users' mailbox default folders
(contacts, tasks, etc.). We've written a vb6 app that gets the public
folder, can read its hidden messages and identify the
IPM.Micrsoft.FolderDesign.FormDescription type to copy/install. However,
when we copy to the form using Message.CopyTo, it shows up as a contact
item and not in the Forms tab on the Contact Properties window. Is there a
way to programmatically install this form from the public folder? Any
suggestions/method using VB6, VB.Net or C# would be welcome. We're on
Exchange 2003 and Outlook 2003.

Thanks.
 
S

Sue Mosher [MVP-Outlook]

You can't use CopyTo to install a form. Instead, create a new item using the custom form and then use its FormDescription.PublishForm method.
 
G

Gil Hennessey via OfficeKB.com

Thanks, Sue.

In the interim, I figured that out! I've only been dealing with
MAPI/Outlook for a couple of days, so I guess there's a learning curve.

Gil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top