AutoitMike Posted February 6, 2011 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
Skitty Posted February 6, 2011 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.
Juvigy Posted February 7, 2011 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now