EXPORT Outlook offline address book all contacts also Global Address List
- First, make sure Outlook offline address book is updated. Go to send/receive tab and click on "Download Address Book" check Download changes since last Send/Receive and select /offline Global Address List.
- Go to C:\Users%username%\AppData\Local\Microsoft\Outlook
- Get udetails.oab file
- Use OAB_decipher.py that program creates JSON file with records of contacts
- You can directly create vcf (vCard) with convert_into_vCard.py script
- You can import vcf file into your email client (e.g. Thunderbird, etc.)
That project was created thanks to antimatter15 and byteDJINN