简体   繁体   中英

In outlook 2010 how to send multiple emails as reply all from sent items?

i am not a techie, am florist

Need help in finding on how to reply all in outlook 2010 from sent items (multiple emails)

In outlook 2010, i want to follow up the emails i sent from sent folder with just one single mail, is there a way to add reply all button or a vba code where i can send reply all with one common template, i browsed through the forum found some insights, most of it is replying emails from inbox nothing for sent items.

if hit reply it comes back to the sender, i was looking for is select all mails from sent items and hit reply all.

any insight or links would be a great help thank you, Braydon

Yes, you can get the job done by automating Outlook using a VBA macro sub. Then you can Create a button for a macro .

The Reply method of the MailItem class creates a reply, pre-addressed to the original sender, from the original message. Then you can use the Body or HTMLBody properties to modify the message body and call the Send method to send the e-mail message.

See Getting Started with VBA in Outlook 2010 to get started quickly.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM