PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Program Addins Reply to All

Reply

Reply to All

 
Thread Tools Rate Thread
Old 07-06-2004, 04:12 AM   #1
Joe
Guest
 
Posts: n/a
Default Reply to All


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?
  Reply With Quote
Old 07-06-2004, 02:45 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Reply to All

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?



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off