PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Program Addins
Reply to All
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Program Addins
Reply to All
![]() |
Reply to All |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Given a MailItem, I can do a MailItem.Reply.Display and it will edit a
reply. Is there a good way to do reply to all? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Set objReply = myMailItem.ReplyAll
objReply.Display When in doubt, check the object browser: Press ALt+F11 to open the VBA environment in Outlook, then press F2. Switch from <All Libraries> to Outlook to browse all Outlook objects and their properties, methods, and events. Select any object or member, then press F1 to see its Help topic. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Joe" <joe@usethegroup.com> wrote in message news:l3n7c0dt0maop8euk5srqagipb9k9b2e1e@4ax.com... > Given a MailItem, I can do a MailItem.Reply.Display and it will edit a > reply. Is there a good way to do reply to all? |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

