1

I have over 40,000 emails and I would like to capture all of the email address form my contact list. I would also like to capture all of the CC address in each email to ad to my contact list.

I understand that there would be many duplicates but I think I know how to deal with them. I'm looking for an easy way to capture all of the email address.

slhck
  • 235,242

1 Answers1

0

I can't see any easy way to do it within Gmail.

A solution would be to download the mails to a desktop client (with POP or IMAP) for instance Outlook because it is easy to script with VBA. And then parse every mail with VBA and add contacts.

Something like this script: http://www.vbaexpress.com/kb/getarticle.php?kb_id=518

JMax
  • 3,205