Я работаю над этими параметрами:
Код: Выделить всё
from win32com import client as Client
outlook = Client.Dispatch("Outlook.Application").GetNameSpace("MAPI")
user_info = outlook.CreateRecipient(user).AddressEntry
office_location = user_info.GetExchangeUser().StateOrProvince
email_address = user_info.GetExchangeUser().PrimarySmtpAddress
manager_name = user_info.GetExchangeUser().GetExchangeUserManager().Name
manager_email = user_info.GetExchangeUser().GetExchangeUserManager().PrimarySmtpAddress
Подробнее здесь: https://stackoverflow.com/questions/788 ... -not-found
Мобильная версия