PC Review


Reply
Thread Tools Rate Thread

Distribute Microsoft Outlook custom forms

 
 
Saurabh
Guest
Posts: n/a
 
      6th Feb 2009
I am developing a custom outlook form for meeting request. I am facing
problems in deploying this form on user's machines. I want to work in the
environment where there is no exchange server and still be able to publish
this form and make it a default form for meeting request. I am having a tuf
time with this.
I got this VB Script which is supposed to publish this form on user's
machine and then using FormAdmin tool I have created a .reg file which will
make this as the default form for meeting request. But the problem is that
the VB script that I have done't work as per my expectation. Here is the
script

Set objOL = CreateObject("Outlook.Application")
Set objItem =
objOL.createItemFromTemplate("C:\Temp\COutlook\CAppointment.oft")
Set objFD = objItem.FormDescription
objFD.DisplayName = "IPM.Appointment.CAppointment"
objFD.PublishForm = olPersonalRegistry

I am expecting that when I run this script my CData form will be published
to user's personal forms registry but this gives me an error saying "Property
is readonly". I got this code from
http://www.outlookcode.com/article.aspx?id=27

I am running this script as part of my installer which extracts the content
to a temp folder and then runs this script from the extracted content and
then after that runs the .reg file. I am not sure if I am follwoing the
right flow here? Because one thing which I never understood is from where
value of variable olPersonalRegistry will be initialised, because when I
tried to print the value I got nothing.

Any help will be very much appriciated on this.
 
Reply With Quote
 
 
 
 
Brian Tillman [MVP - Outlook]
Guest
Posts: n/a
 
      6th Feb 2009
"Saurabh" <(E-Mail Removed)> wrote in message
news:942A93C8-CBF4-4137-9A2D-(E-Mail Removed)...

>I am developing a custom outlook form for meeting request.


Ask in microsoft.public.outlook.program_forms
--
Brian Tillman [MVP-Outlook]

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Distribute Microsoft Outlook custom forms Saurabh Microsoft Outlook Form Programming 3 13th Feb 2009 03:38 PM
How to distribute/install a custom Outlook holidays fileautomatically? Alan Microsoft Outlook 2 6th Jan 2008 07:39 PM
Outlook 2003 custom contact form save and distribute =?Utf-8?B?RGVhbG1hc3RlcnM=?= Microsoft Outlook Form Programming 3 6th Feb 2007 07:36 PM
Problems with custom microsoft forms. =?Utf-8?B?VG5hZ2xy?= Microsoft Outlook Form Programming 3 9th Dec 2005 02:39 PM
DISTRIBUTE E-MAIL ALERT FOR MICROSOFT OUTLOOK EFFICIENCY TIPS DA =?Utf-8?B?S2VudCBBcm5vbGQ=?= Microsoft Outlook VBA Programming 0 16th Nov 2005 07:12 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:32 AM.