Re: [python-win32] Using python to create outlook rules - comtypes (working) vs. pywin32 (not working)

2020-10-30 Thread Tim Roberts

Caio Kauffmann wrote:


I am a hobby programmer and after days trying to figure out what I am 
doing wrong, I still can’t finish a project because of the issue I 
listed in this topic in stack overflow: 
https://stackoverflow.com/questions/64594689/python-comtypes-working-vs-pywin32-not-working-using-python-to-create-o



This is not Visual Basic.  The following statement does nothing in Python:

|oFromCondition.Recipients.ResolveAll|

If you want the method to be called, you have to call it:

|oFromCondition.Recipients.ResolveAll()|

--
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.




smime.p7s
Description: S/MIME Cryptographic Signature
___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32


[python-win32] Using python to create outlook rules - comtypes (working) vs. pywin32 (not working)

2020-10-30 Thread Caio Kauffmann
Dear win32 list members,

I am a hobby programmer and after days trying to figure out what I am doing 
wrong, I still can't finish a project because of the issue I listed in this 
topic in stack overflow: 
https://stackoverflow.com/questions/64594689/python-comtypes-working-vs-pywin32-not-working-using-python-to-create-o

Help would be much appreciated.
Thank you so much in advance!

Best,
Caio
___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32