Hi, I am trying to automate outlook actions through win32com.client module from python.
Intermittently I'm facing below error: -2147352567, 'Exception occurred.', (4096, 'Microsoft Outlook', 'Your server administrator has limited the number of items you can open simultaneously. Try closing messages you have opened or removing attachments and images from unsent messages you are composing.', None, 0, -2147221219), None)" I'm trying to read and modify email items from shared mail box. I'm running a loop over many emails. I have also tried taskkill command on outlook application, it didn't help . Please help me resolve this issue. Regards, Amanullah.
_______________________________________________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32