Importing CSV problem

H

Hugo Marquez

Hello,

I am programming a Who's Who database in ASP, and I've
included an export option to include all the data into
Outlook. For this I generate a CSV file that the users
just have to import into their Outlook.

My problem is that I've include the headers
as "Name", "Surname"..., but not all users are using the
English version of Outlook, so for them, this data is not
interpreted.

I would like to know if there is any "number code" for the
field's name, instead of the text, so it would work in all
languages versions of Outlook. If not, any other idea
would be appreciated.

Thanks in advance for your help.

Kind regards,

Hugo Marquez
 
S

Sue Mosher [MVP]

No, there's no number code, but users can do a custom field mapping if they need to.

--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 

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