Hi,
I recently gained access to a shared mailbox within my team. Previously my work would only search the users inbox for information, but now i have a group one this will everything faster and easier for me to maintain (As i only need to look after one box, rather then depend on people having their boxes correctly) but i am run into a problem.
#include <OutlookEX.au3>
Global $oOutlook = _OL_Open()
;Example 1 Works
$aResult = _OL_FolderTree($oOutlook, "*"
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