I have a project where MS Outlook 2007/2010 needs to export Contact object into photo ID badge creator like this one quickidcard.com
Simple stuff in concept, pick data from Contact object and put it on the id card (XML), in most cases not even field mapping, all straight. I just can't squeeze XML from Outlook.
I'm now exporting to csv and parsing but it's slow; also tried vCard but it's even slower. Has anyone done it?

Thanks