PC Review


Reply
Thread Tools Rate Thread

Changing Default Appointment Form

 
 
ghillie30
Guest
Posts: n/a
 
      11th Mar 2009
I've started using a custom appointment form in Outlook 2007. If I set the
custom form as the new default today, will appointments previously entered
with the old form still open with the old form, or will they open with the
new form? If they do open with the new form, will data carry over (if old and
new fields are the same)? Thanks.
 
Reply With Quote
 
 
 
 
Ken Slovak - [MVP - Outlook]
Guest
Posts: n/a
 
      11th Mar 2009
They will open with the old form unless you go through the entire Items
collection of that folder and change the MessageClass to your custom
MessageClass. All existing data should be preserved.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"ghillie30" <(E-Mail Removed)> wrote in message
news:190115DC-583C-40A6-A187-(E-Mail Removed)...
> I've started using a custom appointment form in Outlook 2007. If I set the
> custom form as the new default today, will appointments previously entered
> with the old form still open with the old form, or will they open with the
> new form? If they do open with the new form, will data carry over (if old
> and
> new fields are the same)? Thanks.


 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      12th Mar 2009
Do you mean that you've modified the Windows registry to make Outlook use
IPM.Appointment.MyForm as the default appointment form instead of
IPM.Appointment? If so, then all IPM.Appointment items will display in the
IPM.Appointment.MyForm form. But if you have any items with a MessageClass
value of IPM.Appointment.AnotherForm, they will continue using that form.

Data always carries over; it's totally independent of the form that the
MessageClass property points to. Whether you can see the data in the UI is,
however, dependent on the form design.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54

"ghillie30" wrote:

> I've started using a custom appointment form in Outlook 2007. If I set the
> custom form as the new default today, will appointments previously entered
> with the old form still open with the old form, or will they open with the
> new form? If they do open with the new form, will data carry over (if old and
> new fields are the same)? Thanks.

 
Reply With Quote
 
ghillie30
Guest
Posts: n/a
 
      12th Mar 2009
Hi - No, I haven't changed registry, and I really didn't want to re-enter a
lot of future appointments that had already been entered with
IPM.Appointment. We use the calendar and appointments to track
people/facilities/usage for end of year summaries, and the custom form has
separate fields to enter data that had previously been lumped in the memo
field in IPM.Appointment. I changed the default form to my custom form
yesterday, and new appointments open with the custom form but old ones still
use IPM.Appointment. This is just what I wanted, thanks for the help.

"Sue Mosher [MVP-Outlook]" wrote:

> Do you mean that you've modified the Windows registry to make Outlook use
> IPM.Appointment.MyForm as the default appointment form instead of
> IPM.Appointment? If so, then all IPM.Appointment items will display in the
> IPM.Appointment.MyForm form. But if you have any items with a MessageClass
> value of IPM.Appointment.AnotherForm, they will continue using that form.
>
> Data always carries over; it's totally independent of the form that the
> MessageClass property points to. Whether you can see the data in the UI is,
> however, dependent on the form design.
> --
> Sue Mosher, Outlook MVP
> Author of Microsoft Outlook 2007 Programming:
> Jumpstart for Power Users and Administrators
> http://www.outlookcode.com/article.aspx?id=54
>
> "ghillie30" wrote:
>
> > I've started using a custom appointment form in Outlook 2007. If I set the
> > custom form as the new default today, will appointments previously entered
> > with the old form still open with the old form, or will they open with the
> > new form? If they do open with the new form, will data carry over (if old and
> > new fields are the same)? Thanks.

 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      12th Mar 2009
By "I changed the default form," you mean that you changed the default form
for that one appointment folder, right? Then Ken's answer is an exact fit for
your scenario.

You might want to note for the future that "change the default form" can be
done in more than one way, so it helps to specify exactly which method was
used.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54




"ghillie30" wrote:

> Hi - No, I haven't changed registry, and I really didn't want to re-enter a
> lot of future appointments that had already been entered with
> IPM.Appointment. We use the calendar and appointments to track
> people/facilities/usage for end of year summaries, and the custom form has
> separate fields to enter data that had previously been lumped in the memo
> field in IPM.Appointment. I changed the default form to my custom form
> yesterday, and new appointments open with the custom form but old ones still
> use IPM.Appointment. This is just what I wanted, thanks for the help.
>
> "Sue Mosher [MVP-Outlook]" wrote:
>
> > Do you mean that you've modified the Windows registry to make Outlook use
> > IPM.Appointment.MyForm as the default appointment form instead of
> > IPM.Appointment? If so, then all IPM.Appointment items will display in the
> > IPM.Appointment.MyForm form. But if you have any items with a MessageClass
> > value of IPM.Appointment.AnotherForm, they will continue using that form.
> >
> > Data always carries over; it's totally independent of the form that the
> > MessageClass property points to. Whether you can see the data in the UI is,
> > however, dependent on the form design.
> >
> > "ghillie30" wrote:
> >
> > > I've started using a custom appointment form in Outlook 2007. If I set the
> > > custom form as the new default today, will appointments previously entered
> > > with the old form still open with the old form, or will they open with the
> > > new form? If they do open with the new form, will data carry over (if old and
> > > new fields are the same)? Thanks.

 
Reply With Quote
 
ghillie30
Guest
Posts: n/a
 
      12th Mar 2009
That's correct, just the one folder. Sorry i didn't give more info. Thanks.

"Sue Mosher [MVP-Outlook]" wrote:

> By "I changed the default form," you mean that you changed the default form
> for that one appointment folder, right? Then Ken's answer is an exact fit for
> your scenario.
>
> You might want to note for the future that "change the default form" can be
> done in more than one way, so it helps to specify exactly which method was
> used.
>
> --
> Sue Mosher, Outlook MVP
> Author of Microsoft Outlook 2007 Programming:
> Jumpstart for Power Users and Administrators
> http://www.outlookcode.com/article.aspx?id=54
>
>
>
>
> "ghillie30" wrote:
>
> > Hi - No, I haven't changed registry, and I really didn't want to re-enter a
> > lot of future appointments that had already been entered with
> > IPM.Appointment. We use the calendar and appointments to track
> > people/facilities/usage for end of year summaries, and the custom form has
> > separate fields to enter data that had previously been lumped in the memo
> > field in IPM.Appointment. I changed the default form to my custom form
> > yesterday, and new appointments open with the custom form but old ones still
> > use IPM.Appointment. This is just what I wanted, thanks for the help.
> >
> > "Sue Mosher [MVP-Outlook]" wrote:
> >
> > > Do you mean that you've modified the Windows registry to make Outlook use
> > > IPM.Appointment.MyForm as the default appointment form instead of
> > > IPM.Appointment? If so, then all IPM.Appointment items will display in the
> > > IPM.Appointment.MyForm form. But if you have any items with a MessageClass
> > > value of IPM.Appointment.AnotherForm, they will continue using that form.
> > >
> > > Data always carries over; it's totally independent of the form that the
> > > MessageClass property points to. Whether you can see the data in the UI is,
> > > however, dependent on the form design.
> > >
> > > "ghillie30" wrote:
> > >
> > > > I've started using a custom appointment form in Outlook 2007. If I set the
> > > > custom form as the new default today, will appointments previously entered
> > > > with the old form still open with the old form, or will they open with the
> > > > new form? If they do open with the new form, will data carry over (if old and
> > > > new fields are the same)? Thanks.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing the default Appointment form =?Utf-8?B?cGhhd21hbg==?= Microsoft Outlook Discussion 0 8th Nov 2007 04:01 PM
Re: Changing default appointment to 20 min Brian Tillman Microsoft Outlook Calendar 0 1st Dec 2006 02:16 AM
Changing Calendar Appointment default. =?Utf-8?B?Uml0YQ==?= Microsoft Outlook Calendar 1 7th Jun 2006 10:17 PM
default appointment changing -keevill- Microsoft Outlook Calendar 0 26th May 2006 10:19 AM
Changing default appointment time Chris Thompson Microsoft Outlook Calendar 1 18th Feb 2004 05:42 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:23 PM.