Importing CSV problem

  • Thread starter Thread starter Hugo Marquez
  • Start date Start date
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
 
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
 
Back
Top