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" <indorewale[ at ]gmail.com> wrote in message news:1171358501.291603.142620[ at ]a34g2000cwb.googlegroups.com...
[Quoted Text] > 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. >
|