Please just do not select arrow for click because their are multiple arrows. just select sent item with your double click activity and check with UIexplorer with stable selectors. I am not aware with the behavior so if double click will select the entire sent item folder then use click image and just select the part for image click
Thank you for the quick reply. Can you please elaborate on the last part, after I use the click activity to select “Sent Items”? Do I click on “Open in UIExplorer”, like below? If so, then what?
Yes, I am able to select the “Sent Items” option. I can’t double click it though, as that will select the entire folder, not when I only want “TEMP” folder under “Sent Items”.
Thank you, @ddpadil and @aksh1yadav! I was able able to grab the “Sent Items” folder using a click and then used the CursorPosition to offset the Y coordinate by x value. This way it clicked on the arrow instead of the menu option. Thanks again!
@aksh1yadav and @ddpadil, any ideas on how I can copy items from my inbox in outlook to another sub-folder under my inbox? There isn’t an activity that currently exists to copy items over, only move them. I know I’m off topic now, but since I have you both here, i figured I’d ask. Thank you!!
Yes, though he suggested to use that as a last resort. I assume you mean sending the email to myself and then moving to subfolder, right? Unfortunately I don’t own this mailbox. I am only able to move and copy things within that mailbox. I would like another solution, if its possible! I don’t mean to bypass that post, but simply ask since you two kind gentlemen were responding so quickly!
Question for approach 2. I am actually picking up my emails using Get Outlook Mail and then using a for each to get individual items (emails) based on who they are from. From here, how can I identify these emails for SendhotKey Activity?
Since I already have the “Foreach ‘Email’ in ‘Messages’” created, can I just use “Email” variable as the selector in SendHotKey? Don’t know how I’d format that in the selector property though. Thanks!