![]() |
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 |
#1
|
|||
|
|||
![]()
Hi,
I am trying to create Setup project for deploying my custom forms into Exchange Server 2003 Organizational Forms Library using VS.NET 2005 but unable to find any good reference for creating custom action for the same. Can you pls. point me to some good reference material for this or suggest better way to do the same? Thanks. |
Ads |
#2
|
|||
|
|||
![]()
You would need to write code that (a) creates an item using your form and (b) uses that item's FormDescription.PublishForm command to publish. For (a), CreateItemFromTemplate can be used with an .oft file. Note, though, that if this is an add-in that will be running on multiple machines, the form should be published only once. You might not want the form publishing to be part of the add-in itself.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Piyush Gupta" wrote in message oups.com... Hi, I am trying to create Setup project for deploying my custom forms into Exchange Server 2003 Organizational Forms Library using VS.NET 2005 but unable to find any good reference for creating custom action for the same. Can you pls. point me to some good reference material for this or suggest better way to do the same? Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Remove a Form from Organizational Forms Library | Jeff G | Outlook - Using Forms | 7 | November 7th 07 03:23 AM |
Creating Organizational Forms Library & Publish Forms | akafrog18 | Outlook - Using Forms | 1 | August 1st 06 04:26 PM |
Error publishing a Form to Organizational Forms Library unable to go to folder | BobH | Outlook - Using Forms | 4 | April 13th 06 11:40 AM |
A problem to load a custom form from the Organizational Forms library | David Elbaz | Outlook - Using Forms | 1 | February 26th 06 09:50 AM |
Can't publish new form to Organizational Forms Library | Andrew Vital | Outlook and VBA | 4 | January 20th 06 04:42 PM |