replying to email using VBa

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
 
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.
 
Back
Top