![]() |
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
|
|||
|
|||
![]()
Hello,
I have Office XP with SP2 and exchange server 2000, I have designed a new form, I published it and I changed the class of a specific directory to switch from the default contact form to the new form, everything was great and we were using the new form. Unfortunately the management decided to stop the new form and go back to the default one. I did all what I should do, I changed the class and everything, now that folder is using the default form when adding a new contact but I still have many contacts when I open them they open using the form that I have designed. Is there a way to make all the contacts use default form again?? I have about 4000 contacts! Any help would be highly appreciated Regards |
#2
|
|||
|
|||
![]()
You need to change the MessageClass on the existing items so that its value is IPM.Contact not IPM.Contact.YourCustomForm. See http://www.outlookcode.com/d/newdefaultform.htm#convert for several tools and scripts to accomplish 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 "M K W" wrote in message ... Hello, I have Office XP with SP2 and exchange server 2000, I have designed a new form, I published it and I changed the class of a specific directory to switch from the default contact form to the new form, everything was great and we were using the new form. Unfortunately the management decided to stop the new form and go back to the default one. I did all what I should do, I changed the class and everything, now that folder is using the default form when adding a new contact but I still have many contacts when I open them they open using the form that I have designed. Is there a way to make all the contacts use default form again?? I have about 4000 contacts! Any help would be highly appreciated Regards |
#3
|
|||
|
|||
![]()
Thank you Sue,
Thats what I did, i changed the message class and now it is IPM.Contact, but still the same, many contacts are still using the form I designed. I need a way to make all contacts use the default form. "Sue Mosher [MVP-Outlook]" wrote in message ... You need to change the MessageClass on the existing items so that its value is IPM.Contact not IPM.Contact.YourCustomForm. See http://www.outlookcode.com/d/newdefaultform.htm#convert for several tools and scripts to accomplish 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 "M K W" wrote in message ... Hello, I have Office XP with SP2 and exchange server 2000, I have designed a new form, I published it and I changed the class of a specific directory to switch from the default contact form to the new form, everything was great and we were using the new form. Unfortunately the management decided to stop the new form and go back to the default one. I did all what I should do, I changed the class and everything, now that folder is using the default form when adding a new contact but I still have many contacts when I open them they open using the form that I have designed. Is there a way to make all the contacts use default form again?? I have about 4000 contacts! Any help would be highly appreciated Regards |
#4
|
|||
|
|||
![]()
After running one of the tools or scripts suggested, what is the value of the MessageClass property on the items in question? If it's still IPM.Contact.YourCustomForm, then you haven't changed the MessageClass yet and need to try again, maybe with a different tool. If it's IPM.Contact, then all the items have one-off forms embedded inside them. To clean up existing one-off items, use CDO 1.21 to remove MAPI property tags that are apparently responsible for the one-off behavior, as shown in the sample at http://www.cdolive.net/download/CleanUpOneOff.zip, and set the Type property (CDO's equivalent of MessageClass in the OOM) to your published custom form.
-- 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 "M K W" wrote in message ... Thank you Sue, Thats what I did, i changed the message class and now it is IPM.Contact, but still the same, many contacts are still using the form I designed. I need a way to make all contacts use the default form. "Sue Mosher [MVP-Outlook]" wrote in message ... You need to change the MessageClass on the existing items so that its value is IPM.Contact not IPM.Contact.YourCustomForm. See http://www.outlookcode.com/d/newdefaultform.htm#convert for several tools and scripts to accomplish this. "M K W" wrote in message ... Hello, I have Office XP with SP2 and exchange server 2000, I have designed a new form, I published it and I changed the class of a specific directory to switch from the default contact form to the new form, everything was great and we were using the new form. Unfortunately the management decided to stop the new form and go back to the default one. I did all what I should do, I changed the class and everything, now that folder is using the default form when adding a new contact but I still have many contacts when I open them they open using the form that I have designed. Is there a way to make all the contacts use default form again?? I have about 4000 contacts! Any help would be highly appreciated Regards |
#5
|
|||
|
|||
![]()
Thanx Sue again,
I was wondering if you can provide more help. My message class now is IPM.Contacts. If you can send me the link of the tool I would be grateful or explaine more about the CDO 1.21. Thank you again but this issue is really annoying me... "Sue Mosher [MVP-Outlook]" wrote in message ... After running one of the tools or scripts suggested, what is the value of the MessageClass property on the items in question? If it's still IPM.Contact.YourCustomForm, then you haven't changed the MessageClass yet and need to try again, maybe with a different tool. If it's IPM.Contact, then all the items have one-off forms embedded inside them. To clean up existing one-off items, use CDO 1.21 to remove MAPI property tags that are apparently responsible for the one-off behavior, as shown in the sample at http://www.cdolive.net/download/CleanUpOneOff.zip, and set the Type property (CDO's equivalent of MessageClass in the OOM) to your published custom form. -- 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 "M K W" wrote in message ... Thank you Sue, Thats what I did, i changed the message class and now it is IPM.Contact, but still the same, many contacts are still using the form I designed. I need a way to make all contacts use the default form. "Sue Mosher [MVP-Outlook]" wrote in message ... You need to change the MessageClass on the existing items so that its value is IPM.Contact not IPM.Contact.YourCustomForm. See http://www.outlookcode.com/d/newdefaultform.htm#convert for several tools and scripts to accomplish this. "M K W" wrote in message ... Hello, I have Office XP with SP2 and exchange server 2000, I have designed a new form, I published it and I changed the class of a specific directory to switch from the default contact form to the new form, everything was great and we were using the new form. Unfortunately the management decided to stop the new form and go back to the default one. I did all what I should do, I changed the class and everything, now that folder is using the default form when adding a new contact but I still have many contacts when I open them they open using the form that I have designed. Is there a way to make all the contacts use default form again?? I have about 4000 contacts! Any help would be highly appreciated Regards |
#6
|
|||
|
|||
![]()
More information on CDO 1.21 is available at http://www.cdolive.com and http://www.outlookcode.com/d/cdo.htm
-- 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 "M K W" wrote in message ... Thanx Sue again, I was wondering if you can provide more help. My message class now is IPM.Contacts. If you can send me the link of the tool I would be grateful or explaine more about the CDO 1.21. Thank you again but this issue is really annoying me... "Sue Mosher [MVP-Outlook]" wrote in message ... After running one of the tools or scripts suggested, what is the value of the MessageClass property on the items in question? If it's still IPM.Contact.YourCustomForm, then you haven't changed the MessageClass yet and need to try again, maybe with a different tool. If it's IPM.Contact, then all the items have one-off forms embedded inside them. To clean up existing one-off items, use CDO 1.21 to remove MAPI property tags that are apparently responsible for the one-off behavior, as shown in the sample at http://www.cdolive.net/download/CleanUpOneOff.zip, and set the Type property (CDO's equivalent of MessageClass in the OOM) to your published custom form. -- 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 "M K W" wrote in message ... Thank you Sue, Thats what I did, i changed the message class and now it is IPM.Contact, but still the same, many contacts are still using the form I designed. I need a way to make all contacts use the default form. "Sue Mosher [MVP-Outlook]" wrote in message ... You need to change the MessageClass on the existing items so that its value is IPM.Contact not IPM.Contact.YourCustomForm. See http://www.outlookcode.com/d/newdefaultform.htm#convert for several tools and scripts to accomplish this. "M K W" wrote in message ... Hello, I have Office XP with SP2 and exchange server 2000, I have designed a new form, I published it and I changed the class of a specific directory to switch from the default contact form to the new form, everything was great and we were using the new form. Unfortunately the management decided to stop the new form and go back to the default one. I did all what I should do, I changed the class and everything, now that folder is using the default form when adding a new contact but I still have many contacts when I open them they open using the form that I have designed. Is there a way to make all the contacts use default form again?? I have about 4000 contacts! Any help would be highly appreciated Regards |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Changing the default form for a contact folder | Sue Mosher [MVP-Outlook] | Outlook - Using Forms | 15 | May 6th 08 04:29 PM |
How to send form questions in email & have them reply answer back | robbietwilson | Outlook - Using Forms | 7 | October 24th 06 02:31 PM |
OL2003 - can you auto-fill a singel new contact form with online form data | TimR | Outlook - Using Contacts | 1 | February 15th 06 02:43 PM |
Editing Default Contact Form | Sachin Sancheti | Outlook - Using Forms | 4 | January 26th 06 04:49 PM |
Editing Default Contact Form | Milly Staples [MVP - Outlook] | Outlook - Using Contacts | 0 | January 8th 06 12:17 AM |