Hi experts,
I'm new to this program and i don't know how to solve the following problem.
I would like to write a script that reply to all the mail in a specific outlook folder. The text in the mail replies must be the same.
Thank you.
Outlook Auto Reply
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
I would have thought you should be able to do this with an Outlook rule and not need Macro Scheduler for this.
For all future email if you want to use Macro Scheduler I'd use RetrievePop3 to download the email and reply to each with SMTPSendMail.
Or you can use VBA inside Outlook (no need for Macro Scheduler) or VBScript from Macro Scheduler. Or just simulate keystrokes etc.
For all future email if you want to use Macro Scheduler I'd use RetrievePop3 to download the email and reply to each with SMTPSendMail.
Or you can use VBA inside Outlook (no need for Macro Scheduler) or VBScript from Macro Scheduler. Or just simulate keystrokes etc.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?