Need to read Outlook Contact Book
Hi.
I have a web system and i need to read the CSV genterated by outlook.
I only need to validate if there is name and e-mail.
Theese are the two fields that i need to read.
If email is the only thing i need, i could only parse with regex and extract, but the name is hard to find. Outlook doesnt set default positions for evey field.
Thanks.

