• Subject: Re: Outlook 2007 contact form - telephone number auto-formatting
  • Author: Sue Mosher [MVP-Outlook]
  • Date: 01 Jun
  • References: 1
Outlook provides no built-in way to alter the autoformatting of a phone number field. You would need to write VBA code, an add-in, or code behind a custom form to run either when the item is saved (Item.Write event) or as each property changes (Item.PropertyChange event) in order to (a) prefix the phone number with some character (in order to bypass the built-in formatting) and (b) parse the number to make your other formatting change -- all of this for the 16 phone number fields.

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

"clintjjohnson" <clintjjohnson@discussions.microsoft.com> wrote in message news:6AA43248-7859-4B6E-871D-EF863776EAA0@microsoft.com...
> The default contact form's telephone number fields format the numbers as
> (xxx) xxx-xxxx. I want them to be formatted as xxx.xxx.xxxx
>
> How do I make this happen...?
>
> --
> Clint Johnson
> Homewood, IL
01 JunOutlook 2007 contact form - telephone number auto-formatting.clintjjohnson
01 Jun\ Re: Outlook 2007 contact form - telephone number auto-formatting.Sue Mosher [MVP-Outlook]
25 Jun   \ Re: Outlook 2007 contact form - telephone number auto-formatting.Geoffrey Gordon
25 Jun      \ Re: Outlook 2007 contact form - telephone number auto-formatting.Sue Mosher [MVP-Outlook]
All times are in (US) Eastern Daylight Time (GMT -4:00)