Launch an outlook form failure

G

Guest

I have created a custom contact form and published it in the Outlook Folders
library called IPM.Contact.testform1. I want to lauch this form from a
desktop shortcut which would execute the logic in the Item_Open() event, and
I have followed the instructions under
http://www.outlookcode.com/d/launchform.htm. My shortcut target looks like
this
"C:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE" /c
"IPM.Contact.testform1"

When I open the form in Outlook, everything works fine. When I run the
shortcut, the base contact form is displayed an not my customized one. Is
there something else I should be doing?
 
S

Sue Mosher [MVP-Outlook]

It's not quite clear where you published this form. You must publish it to the Personal Forms library if you want it to work with the /c switch.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
G

Guest

Thanks, Sue - that was it!
--
James


Sue Mosher said:
It's not quite clear where you published this form. You must publish it to the Personal Forms library if you want it to work with the /c switch.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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