#include <OutlookEX.au3> Global $oOL = _OL_Open() _OL_ErrorNotify(1) ; Check recipient Global $aRecipient = _OL_ItemRecipientCheck($oOL, "g-cut") If @error Then MsgBox(0, "Test", "Error checking recipient! @error=" & @error & ", @extended=" & @extended) Else _ArrayDisplay($aRecipient, "Recipient") for $i = 0 to UBound($aRecipient,2) - 1 ConsoleWrite("$i = " & $i & @TAB & "'" &