I want to automate downloading attachments from emails going into my Outlook account. In previous sample code I see people using the module win32com.client
. When I look for modules to install from Pycharm I only see win32compat
. Will win32compat
give me the methods I need, or am I missing something? I also see people using pypiwin32
and pywin32
.
Asked
Active
Viewed 28 times
0

Christina Zhou
- 1,483
- 1
- 7
- 17
-
It should be inside `pywin32`. – Dschoni Jul 22 '19 at 15:01
-
https://stackoverflow.com/questions/23864234/importerror-no-module-named-win32com-client – Dschoni Jul 22 '19 at 15:03