![]() |
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 have created a folder that contains contacts. I have set the default form for this folder to use the custom contact form that I developed. What I would like to do is copy contacts from my main Contacts folder (that use the default contact form) into the custom Contacts folder in the custom contacts format. However, whenever I copy from the main Contacts into the custom Contacts, it copies in the standard Contact form. Thanks! |
Ads |
#2
|
|||
|
|||
![]()
That's completely normal and expected behavior. To change existing items so that they display using a published custom message form, you need to change the value of the MessageClass property on each item so that it points to the published form's class, e.g. IPM.Contact.MyForm. The page at http://www.outlookcode.com/d/newdefaultform.htm has links to scripts and tools to do this.
-- 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 "Mike B" Mike wrote in message ... Hi, I have created a folder that contains contacts. I have set the default form for this folder to use the custom contact form that I developed. What I would like to do is copy contacts from my main Contacts folder (that use the default contact form) into the custom Contacts folder in the custom contacts format. However, whenever I copy from the main Contacts into the custom Contacts, it copies in the standard Contact form. Thanks! |
#3
|
|||
|
|||
![]()
Thanks Sue, this is a BIG help!
However, this will require our users to run this after every contact they've copied. Is there no way to change the property while the users copy the contact over? By the way I'm user Outlook 2000. "Sue Mosher [MVP-Outlook]" wrote: That's completely normal and expected behavior. To change existing items so that they display using a published custom message form, you need to change the value of the MessageClass property on each item so that it points to the published form's class, e.g. IPM.Contact.MyForm. The page at http://www.outlookcode.com/d/newdefaultform.htm has links to scripts and tools to do this. -- 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 "Mike B" Mike wrote in message ... Hi, I have created a folder that contains contacts. I have set the default form for this folder to use the custom contact form that I developed. What I would like to do is copy contacts from my main Contacts folder (that use the default contact form) into the custom Contacts folder in the custom contacts format. However, whenever I copy from the main Contacts into the custom Contacts, it copies in the standard Contact form. Thanks! |
#4
|
|||
|
|||
![]()
Some code procedure has to make the change. Whether you run it manually or as part of an Outlook add-in is up to you.
-- 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 "Mike B" wrote in message ... Thanks Sue, this is a BIG help! However, this will require our users to run this after every contact they've copied. Is there no way to change the property while the users copy the contact over? By the way I'm user Outlook 2000. "Sue Mosher [MVP-Outlook]" wrote: That's completely normal and expected behavior. To change existing items so that they display using a published custom message form, you need to change the value of the MessageClass property on each item so that it points to the published form's class, e.g. IPM.Contact.MyForm. The page at http://www.outlookcode.com/d/newdefaultform.htm has links to scripts and tools to do this. "Mike B" Mike wrote in message ... Hi, I have created a folder that contains contacts. I have set the default form for this folder to use the custom contact form that I developed. What I would like to do is copy contacts from my main Contacts folder (that use the default contact form) into the custom Contacts folder in the custom contacts format. However, whenever I copy from the main Contacts into the custom Contacts, it copies in the standard Contact form. Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to copy Outlook contacts | gnGracie | Outlook - Using Contacts | 22 | January 31st 07 07:19 PM |
How do I copy MY CONTACTS into our FIRM database of contacts? | Lisa @ DCZ | Outlook - Using Contacts | 5 | October 23rd 06 03:16 PM |
Copy individual contacts to new Contacts subfolder? | Ken | Outlook - Using Contacts | 1 | October 18th 06 09:08 PM |
Outlook Contacts:Copy Info from One Contact to Three Contacts | Havok099 | Outlook - Using Contacts | 0 | October 18th 06 04:18 AM |
how to copy MSN Hotmail contacts to outlooks contacts? | NaMaKu-NanI | Outlook - Using Contacts | 0 | May 30th 06 10:07 PM |