Category "gal"

Getting contact information from the Outlook GAL using Python and win32com

I am trying to write a script in Python that will pull the contact information from the Outlook Global Address List. For each entry, I've managed to get the nam

Using MAPI to retrieve the list of emails from GAL

This is my code so far: import win32com.client o = win32com.client.gencache.EnsureDispatch("Outlook.Application") ns = o.GetNamespace("MAPI") adrLi = ns.Addr