A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Outlook » Contacts
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How to get all contacts filed names?



 
 
Thread Tools Display Modes
  #1  
Old June 11th, 2006, 07:27 AM posted to microsoft.public.outlook.contacts
Fruranski
external usenet poster
 
Posts: 1
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


  #2  
Old June 12th, 2006, 01:13 PM posted to microsoft.public.outlook.contacts
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 7,177
Default How to get all contacts filed names?

When in doubt, check the object browser: Press F2 in VB or in Outlook's VBA environment. Switch from All Libraries to Outlook to browse all Outlook objects, such as ContactItem, and their properties, methods, and events.

FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/comm....program_v ba

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Fruranski" wrote in message ...
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


 




Thread Tools
Display Modes

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 Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:10 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.