View Single Post
  #1  
Old June 11th 06, 07:27 AM posted to microsoft.public.outlook.contacts
Fruranski
external usenet poster
 
Posts: 2
Default How to get all contacts filed names?

hallo,

I trying to wirte a vb programm whitch will export all contacts to an
database.
The connection to outlook is working fine. My problem is now how to get all
filed names? I have founf onla a few filednames like LastName Companyname.
Is there a script which will give me all filed names?

Example:
Texteintrag = objItems(i).LastName
Texteintrag = objItems(i).CompanyName


Ads