Monitoring an MS Exchange mailbox

Martin v. Loewis martin at v.loewis.de
Mon Dec 29 20:03:38 EST 2003


Lindstrom Greg - glinds wrote:
> I have written a script to monitor my MS Exchange mailbox for certain
> messages and post information to an MS SQL Server Database.  Everything
> works great except that each time I run the script I am prompted by Windows
> to choose the profile of the mailbox via a dialog box.  I'd like to run the
> script every hour, so this is not good.
> 
> Is there any way to either specify the profile or accept the default?  
> 

Certainly. Just pass the profile name as an argument to the function
opening the connection to exchange.

Regards,
Martin





More information about the Python-list mailing list