Доступ к Outlook с помощью Python
#python #outlook #pywin32 #win32com Вопрос: Я обращался к Outlook с помощью python и получил [неизвестный объект]. # https://www.codeforests.com/2020/06/04/python-to-read-email-from-outlook/ import win32com.client outlook = win32com.client.Dispatch('outlook.application') mapi = outlook.GetNamespace("MAPI") # print all outlook…