A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

go back to the default contact form



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old April 20th 06, 09:31 AM posted to microsoft.public.outlook.program_forms
M K W
external usenet poster
 
Posts: 3
Default go back to the default contact form

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  
Old April 20th 06, 01:29 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default go back to the default contact form

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  
Old April 20th 06, 01:57 PM posted to microsoft.public.outlook.program_forms
M K W
external usenet poster
 
Posts: 3
Default go back to the default contact form

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  
Old April 20th 06, 02:36 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default go back to the default contact form

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  
Old April 20th 06, 03:30 PM posted to microsoft.public.outlook.program_forms
M K W
external usenet poster
 
Posts: 3
Default go back to the default contact form

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  
Old April 20th 06, 03:30 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default go back to the default contact form

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
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 09:00 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.