I've used the script posted by Will Killian "Use Outlook Obj Model to send email on Exchange Server", and it worked all right, most of all, I liked because I have not to send key secuences to MS-Outlook to send a message, so I have not to be interrupted by a macro if I'm using my computer. Having that idea in mind, Could you please help me to develop the following scripts related with Microsoft Outlook?
1. To read the last message received in an specific folder (maybe the inbox, but I would like to access another folders too).
2. To delete the last message received in an specific folder (maybe the inbox, but I would like to access another folders too).
3. To save, as a text file, the last message received in an specific folder (maybe the inbox, but I would like to access another folders too), with a name contained in a variable.
