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

Convert Forms



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old March 22nd 06, 01:01 AM posted to microsoft.public.outlook.program_forms
Jack
external usenet poster
 
Posts: 23
Default Convert Forms

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  
Old March 22nd 06, 01:10 AM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Convert Forms

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  
Old March 22nd 06, 01:27 AM posted to microsoft.public.outlook.program_forms
Jack
external usenet poster
 
Posts: 23
Default Convert Forms

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  
Old March 22nd 06, 01:57 AM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Convert Forms

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  
Old March 22nd 06, 02:18 AM posted to microsoft.public.outlook.program_forms
Jack
external usenet poster
 
Posts: 23
Default Convert Forms

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  
Old March 22nd 06, 05:54 AM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Convert Forms

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


All times are GMT +1. The time now is 06:15 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.