kawumm3000 0 Posted January 12 Hi, I'm new to AutoIt and search for a solution to move emails from inbox to a specific folder. I know that should work with _OL_ItemMove. But I'm looking for a way to move the oldest email in the inbox. Is that possible somehow? Thanks Share this post Link to post Share on other sites
Marc 36 Posted January 12 I suppose should help you out. 1 kawumm3000 reacted to this It's my job to comfort the disturbed and to disturb the comfortable. My Projects: Profiler, MakeSFX, UserInfo, Simple Robocopy Progressbar Share this post Link to post Share on other sites
water 2,359 Posted January 12 You could move through the list of all items in a folder this way: GetFirst, GetLast, GetPrevious and GetNext are described here. My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites