replying to email using VBa

M

Mike Hansen

Hello,
I am having difficulty in opening an email already in my inbox and 'replying
to all'. Could anybody point me in the right direction?
 
S

Sue Mosher [MVP-Outlook]

What specific difficulty are you encountering when you use the Reply method?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
K

Ken Slovak - [MVP - Outlook]

Can you get a handle to the email? If so just use the .ReplyAll method. If
the item is the selected email in the folder then
Application.ActiveExplorer.Selection(1) would work if only 1 item was
selected.
 
Top