I tested with a public folder and it works the way you did in your first post. Could you please run the following script so we are sure there is no old version of the UDF flying around? #include <OutlookEX.au3> Global $oOutlook = _OL_Open() If @error <> 0 Then Exit MsgBox(16, "OutlookEX UDF", "Error creating a connection to Outlook. @error = " & @error & ", @extended = " & @extended) MsgBox(0, "AutoIt version", " AutoIt version: " &am