Opening Outlook with Python
Ok I found this to work as simple as it was....
import os
os.startfile("outlook")
It makes it into a large window and mot a minimized one.
Ok I found this to work as simple as it was....
import os
os.startfile("outlook")
It makes it into a large window and mot a minimized one.