PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Program Addins Outlook Contacts Telephone numbers need resetting

Reply

Outlook Contacts Telephone numbers need resetting

 
Thread Tools Rate Thread
Old 17-06-2008, 01:04 PM   #1
keviom
Guest
 
Posts: n/a
Default Outlook Contacts Telephone numbers need resetting


Hi,

I have posted this in Outlook contacts, but someone suggested programming
might be better so here goes.

I have a public contacts folder set up in outlook 2000. Unfortunately the
phone numbers were typed in the following format + 1 - 232 - 67890 (spaces
and dashes as shown). We have now upgraded to outlook 2003 and now when we
add new contacts the phone number format is set to +1 232 - 6789, even though
we type in the format originally used (BTW the contacts form is moified which
stops the numbers being underlined for some reason). The problem I have is
that the 1300+ contacts that where already there need changing to match the
new format. I have tried changing and reseting the Dialing properties to
another country and back to UK, and exporting to PST file and re-importing,
but no luck.

Does anyone know how to automatically reset the existing phone numbers to
the new format please.

Thanks


  Reply With Quote
Old 17-06-2008, 02:26 PM   #2
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: Outlook Contacts Telephone numbers need resetting

Usually you would have to read each phone number field in each contact and
then rewrite that information back to the items, but that might not work in
a custom contact form.

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


"keviom" <keviom@discussions.microsoft.com> wrote in message
news:A696488F-8C74-4C4F-B074-3F9A929D2816@microsoft.com...
> Hi,
>
> I have posted this in Outlook contacts, but someone suggested programming
> might be better so here goes.
>
> I have a public contacts folder set up in outlook 2000. Unfortunately the
> phone numbers were typed in the following format + 1 - 232 - 67890 (spaces
> and dashes as shown). We have now upgraded to outlook 2003 and now when we
> add new contacts the phone number format is set to +1 232 - 6789, even
> though
> we type in the format originally used (BTW the contacts form is moified
> which
> stops the numbers being underlined for some reason). The problem I have is
> that the 1300+ contacts that where already there need changing to match
> the
> new format. I have tried changing and reseting the Dialing properties to
> another country and back to UK, and exporting to PST file and
> re-importing,
> but no luck.
>
> Does anyone know how to automatically reset the existing phone numbers to
> the new format please.
>
> Thanks
>
>


  Reply With Quote
Old 19-06-2008, 04:54 PM   #3
keviom
Guest
 
Posts: n/a
Default Re: Outlook Contacts Telephone numbers need resetting

Thanks for the reply. I have ried this manually (copy the nuber delete the
original and paste back into the field, but with 1300 + contacts each with 2
or more phone numbers thats not a task I really want to do. I was wondering
if there's a way to force the fields to reset themselves to the new defaults.

Kevin

"Ken Slovak - [MVP - Outlook]" wrote:

> Usually you would have to read each phone number field in each contact and
> then rewrite that information back to the items, but that might not work in
> a custom contact form.
>
> --
> 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
>
>
> "keviom" <keviom@discussions.microsoft.com> wrote in message
> news:A696488F-8C74-4C4F-B074-3F9A929D2816@microsoft.com...
> > Hi,
> >
> > I have posted this in Outlook contacts, but someone suggested programming
> > might be better so here goes.
> >
> > I have a public contacts folder set up in outlook 2000. Unfortunately the
> > phone numbers were typed in the following format + 1 - 232 - 67890 (spaces
> > and dashes as shown). We have now upgraded to outlook 2003 and now when we
> > add new contacts the phone number format is set to +1 232 - 6789, even
> > though
> > we type in the format originally used (BTW the contacts form is moified
> > which
> > stops the numbers being underlined for some reason). The problem I have is
> > that the 1300+ contacts that where already there need changing to match
> > the
> > new format. I have tried changing and reseting the Dialing properties to
> > another country and back to UK, and exporting to PST file and
> > re-importing,
> > but no luck.
> >
> > Does anyone know how to automatically reset the existing phone numbers to
> > the new format please.
> >
> > Thanks
> >
> >

>
>

  Reply With Quote
Old 20-06-2008, 01:51 PM   #4
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: Outlook Contacts Telephone numbers need resetting

You could try code that iterates the contacts folder items and reads each of
the 17 phone numbers per contact and then strips out all spaces and dashes
and writes back the massaged number to that phone field. Then save each
item. That should force Outlook to format each number.

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


"keviom" <keviom@discussions.microsoft.com> wrote in message
news:B28338EA-EAA2-4635-A9CB-ADE5BF36165A@microsoft.com...
> Thanks for the reply. I have ried this manually (copy the nuber delete the
> original and paste back into the field, but with 1300 + contacts each with
> 2
> or more phone numbers thats not a task I really want to do. I was
> wondering
> if there's a way to force the fields to reset themselves to the new
> defaults.
>
> Kevin


  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

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