View Single Post
  #2  
Old June 8th 09, 08:20 AM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Telephone fields in Outlook 2007

Object Browser in VBA is your friend (Alt + F11).
Off the top of my head, the following will be usefuil: BusinessFaxNumber,
BusinessTelephoneNumber, CallbackTelephoneNumber, CarTelephoneNumber,
CompanyMainTelephoneNumber, Home2TelephoneNumber, HomeTelephoneNumber,
MobileTelephoneNumber, OtherFaxNumber, OtherTelephoneNumber,
RadioTelephoneNumber./

You can also look at a contact with OutlookSpy (url below, select a contact
and click the Item button)

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Marvin Buzz" wrote in message
...
I run Outlook 2007 on my local PC, no exchange server is involved. Using
VB,
I want to look at all of the phone and fax fields of each contact. I can
find no doc re the field names that I can use in my VB program. Any help
would be appreciated.

Thanks.



Ads