You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
for Outlook with multiple accounts, the local folder is empty. Moving the script into the folder Accounts//com..../ and removing '"Local/com.microsoft.__Messages/"+' from Line 10 does the trick.
Also the file writing is not compatible with (the latest version) of Python3. This can be resolved by removing '.encode('utf8')' from line 40.
Best, J
The text was updated successfully, but these errors were encountered:
Hi,
for Outlook with multiple accounts, the local folder is empty. Moving the script into the folder Accounts//com..../ and removing '"Local/com.microsoft.__Messages/"+' from Line 10 does the trick.
Also the file writing is not compatible with (the latest version) of Python3. This can be resolved by removing '.encode('utf8')' from line 40.
Best, J
The text was updated successfully, but these errors were encountered: