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
This is my code so far: import win32com.client o = win32com.client.gencache.EnsureDispatch("Outlook.Application") ns = o.GetNamespace("MAPI") adrLi = ns.Addr