AutoitMike 0 Posted February 6, 2011 I am attempting to automate sending a number of files via Exchange that is on a web server. EG, I go to https://abc.com/exchange and log in.I am not able to detect when each file is finished "Attaching" for e-mails I send (when the file shows up in the list box). See attachedWinGetText does not work, WinDetectHiddenText=1 does not change anything.Any help would be great.Thanks Share this post Link to post Share on other sites
Skitty 49 Posted February 6, 2011 I am attempting to automate sending a number of files via Exchange that is on a web server. EG, I go to https://abc.com/exchange and log in.I am not able to detect when each file is finished "Attaching" for e-mails I send (when the file shows up in the list box). See attachedWinGetText does not work, WinDetectHiddenText=1 does not change anything.Any help would be great.ThanksDoes the text show up when you use the AutoIt window info tool?If it doesn't, your outa luck.If it does, then you need to find the control for the text box you wan't to check. Share this post Link to post Share on other sites
Juvigy 49 Posted February 7, 2011 I guess you are using OWA - outlook web access. You will have to use the IE library to find a way to do it. Otherwise you can use Outlook. Share this post Link to post Share on other sites