![]() |
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
|
|||
|
|||
![]()
In the past to have an outlook item open using a particular published custom
form I set the item.messageclass to the published form's message class. And, likewise to convert the item back to use the standard form I just set the form's message class back to the default messageclass (IPM.Contact). This works fine with the exception of one case where I set the form back to the standard message class and it still want's to open the custom form. It is attempting to open it as it is one-offed. I look at the message class via OutlookSpy (or by adding it to a view) and it is the default message class (IPM.Contact) however it still wants to open this custom form. I am suspecting that something else has been done to this form but I cannot determine what it is. If I look at the collection of userproperties I see quite a few fields that do not exist on our custom form, which leads me to beleive that another program made changes to the contact that is causing this behavior. So the question. What other property on the contact form is Outlook using to determine what form to use when it is opened? |
Ads |
#2
|
|||
|
|||
![]()
Did you also use registry substitution to replace the default form globally? See http://www.outlookcode.com/d/newdefaultform.htm
Or does the Size property suggest that you have a one-off 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 "Jack" wrote in message ... In the past to have an outlook item open using a particular published custom form I set the item.messageclass to the published form's message class. And, likewise to convert the item back to use the standard form I just set the form's message class back to the default messageclass (IPM.Contact). This works fine with the exception of one case where I set the form back to the standard message class and it still want's to open the custom form. It is attempting to open it as it is one-offed. I look at the message class via OutlookSpy (or by adding it to a view) and it is the default message class (IPM.Contact) however it still wants to open this custom form. I am suspecting that something else has been done to this form but I cannot determine what it is. If I look at the collection of userproperties I see quite a few fields that do not exist on our custom form, which leads me to beleive that another program made changes to the contact that is causing this behavior. So the question. What other property on the contact form is Outlook using to determine what form to use when it is opened? |
#3
|
|||
|
|||
![]()
I do not globally set the default form.
However the form size does indicate it is oneoffed, yet the contactitem.formdescription.onoff is false. Jack "Sue Mosher [MVP-Outlook]" wrote in message ... Did you also use registry substitution to replace the default form globally? See http://www.outlookcode.com/d/newdefaultform.htm Or does the Size property suggest that you have a one-off 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 "Jack" wrote in message ... In the past to have an outlook item open using a particular published custom form I set the item.messageclass to the published form's message class. And, likewise to convert the item back to use the standard form I just set the form's message class back to the default messageclass (IPM.Contact). This works fine with the exception of one case where I set the form back to the standard message class and it still want's to open the custom form. It is attempting to open it as it is one-offed. I look at the message class via OutlookSpy (or by adding it to a view) and it is the default message class (IPM.Contact) however it still wants to open this custom form. I am suspecting that something else has been done to this form but I cannot determine what it is. If I look at the collection of userproperties I see quite a few fields that do not exist on our custom form, which leads me to beleive that another program made changes to the contact that is causing this behavior. So the question. What other property on the contact form is Outlook using to determine what form to use when it is opened? |
#4
|
|||
|
|||
![]()
I'd go by the Size.
-- 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 "Jack" wrote in message ... I do not globally set the default form. However the form size does indicate it is oneoffed, yet the contactitem.formdescription.onoff is false. Jack "Sue Mosher [MVP-Outlook]" wrote in message ... Did you also use registry substitution to replace the default form globally? See http://www.outlookcode.com/d/newdefaultform.htm Or does the Size property suggest that you have a one-off form? "Jack" wrote in message ... In the past to have an outlook item open using a particular published custom form I set the item.messageclass to the published form's message class. And, likewise to convert the item back to use the standard form I just set the form's message class back to the default messageclass (IPM.Contact). This works fine with the exception of one case where I set the form back to the standard message class and it still want's to open the custom form. It is attempting to open it as it is one-offed. I look at the message class via OutlookSpy (or by adding it to a view) and it is the default message class (IPM.Contact) however it still wants to open this custom form. I am suspecting that something else has been done to this form but I cannot determine what it is. If I look at the collection of userproperties I see quite a few fields that do not exist on our custom form, which leads me to beleive that another program made changes to the contact that is causing this behavior. So the question. What other property on the contact form is Outlook using to determine what form to use when it is opened? |
#5
|
|||
|
|||
![]()
The size indicates it is onoffed.
What are my options to reset the form? Jack "Sue Mosher [MVP-Outlook]" wrote in message ... I'd go by the Size. -- 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 "Jack" wrote in message ... I do not globally set the default form. However the form size does indicate it is oneoffed, yet the contactitem.formdescription.onoff is false. Jack "Sue Mosher [MVP-Outlook]" wrote in message ... Did you also use registry substitution to replace the default form globally? See http://www.outlookcode.com/d/newdefaultform.htm Or does the Size property suggest that you have a one-off form? "Jack" wrote in message ... In the past to have an outlook item open using a particular published custom form I set the item.messageclass to the published form's message class. And, likewise to convert the item back to use the standard form I just set the form's message class back to the default messageclass (IPM.Contact). This works fine with the exception of one case where I set the form back to the standard message class and it still want's to open the custom form. It is attempting to open it as it is one-offed. I look at the message class via OutlookSpy (or by adding it to a view) and it is the default message class (IPM.Contact) however it still wants to open this custom form. I am suspecting that something else has been done to this form but I cannot determine what it is. If I look at the collection of userproperties I see quite a few fields that do not exist on our custom form, which leads me to beleive that another program made changes to the contact that is causing this behavior. So the question. What other property on the contact form is Outlook using to determine what form to use when it is opened? |
#6
|
|||
|
|||
![]()
You can use some CDO 1.21 code to clean up the items. See http://www.cdolive.net/download/CleanUpOneOff.zip
-- 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 "Jack" wrote in message ... The size indicates it is onoffed. What are my options to reset the form? Jack "Sue Mosher [MVP-Outlook]" wrote in message ... I'd go by the Size. -- 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 "Jack" wrote in message ... I do not globally set the default form. However the form size does indicate it is oneoffed, yet the contactitem.formdescription.onoff is false. Jack "Sue Mosher [MVP-Outlook]" wrote in message ... Did you also use registry substitution to replace the default form globally? See http://www.outlookcode.com/d/newdefaultform.htm Or does the Size property suggest that you have a one-off form? "Jack" wrote in message ... In the past to have an outlook item open using a particular published custom form I set the item.messageclass to the published form's message class. And, likewise to convert the item back to use the standard form I just set the form's message class back to the default messageclass (IPM.Contact). This works fine with the exception of one case where I set the form back to the standard message class and it still want's to open the custom form. It is attempting to open it as it is one-offed. I look at the message class via OutlookSpy (or by adding it to a view) and it is the default message class (IPM.Contact) however it still wants to open this custom form. I am suspecting that something else has been done to this form but I cannot determine what it is. If I look at the collection of userproperties I see quite a few fields that do not exist on our custom form, which leads me to beleive that another program made changes to the contact that is causing this behavior. So the question. What other property on the contact form is Outlook using to determine what form to use when it is opened? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
convert ost to pst | jeremypcio | Outlook - General Queries | 0 | March 22nd 06 02:11 AM |
How do I convert my calendar to a new computer | TTracks | Outlook - Calandaring | 1 | March 4th 06 09:38 AM |
how to convert msg files | BorisBierbelly | Outlook - General Queries | 9 | March 2nd 06 06:33 PM |
Convert to Redemption ??? | John DOE | Outlook and VBA | 2 | February 13th 06 07:22 AM |
why cant I convert to full version? | PKW | Outlook - Installation | 3 | January 25th 06 12:40 PM |