Getting Outlook Contacts fieldnames

E

Ed

I am developing a routine in Word VBA that calls on fields from Outlook
Contacts.

I have been able to guess the names of most of the fields (simply taking out
the spaces from the export names). (So, First Name is "FirstName", Last Name
is "LastName", etc.)

But I cannot determine what the field name of "Company" is. I cannot guess
some of the others either.

Where might I find a list of the actual names by which Outlook refers to
itself.

Ed
 
S

Steve Rindsberg

Where might I find a list of the actual names by which Outlook refers to
itself.

If you export to CSV or Tab Delimited format, you get the option of including
fieldnames in the first line. I can't say for sure but would guess that the
names you get there would be the same as the ones Outlook uses internally.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top