After googling for a few hours I cannot find a solution to set a color on
outlook appointments.
In the following excerpt, an appointment is written, found and all
appointments are read back.
I used the makepy utility on the "Microsoft Outlook 11.0 Object Library" to
be able to browse
throu
On WinXP I used to
import win32api
import win32con
import win32event
from win32com.shell import shell, shellcon
in order to call
exResult=shell.ShellExecuteEx(
lpFile=r"C:\Program Files\MLDownloader\MLDownloader.exe",
lpParameters="-MLD_daily",
nShow=win32con.SW_NORMAL,
fMa