![]() |
Reply with Reply To
Hi,
I'm new to Outlook VBA, so please excuse my ignorance. I'm trying to write a macro that will set the reply to for me, but what I've got will only work if I've already clicked on Reply. Is there something I can add that will build the reply window for me? My code is currently: Sub FromSupport() Dim MyMail As MailItem Set MyMail = Outlook.ActiveInspector.CurrentItem 'build a reply window *** 'add Have replies sent to support MyMail.ReplyRecipients.Add " End Sub Also, I know this code works, but please let me know if I'm missing anything else. Thanks. |
Reply with Reply To
If you set the reply recipient first and then just .Display then mailitem?
"Reitanos" wrote: Hi, I'm new to Outlook VBA, so please excuse my ignorance. I'm trying to write a macro that will set the reply to for me, but what I've got will only work if I've already clicked on Reply. Is there something I can add that will build the reply window for me? My code is currently: Sub FromSupport() Dim MyMail As MailItem Set MyMail = Outlook.ActiveInspector.CurrentItem 'build a reply window *** 'add Have replies sent to support MyMail.ReplyRecipients.Add " End Sub Also, I know this code works, but please let me know if I'm missing anything else. Thanks. |
All times are GMT +1. The time now is 06:59 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com