Here it takes about 25 ms to run the following script: #include <OutlookEX.au3> Local $hTimer = TimerInit() Local $oOL = _OL_Open() ConsoleWrite("OUTLOOK CONNECTION OPENED. Duration: " & TimerDiff($hTimer) & @CRLF) _OL_Close($oOL) Which version of Outlook do you run?