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?
Sue Mosher [MVP-Outlook] - 31 May 2006 16:04 GMT
What specific difficulty are you encountering when you use the Reply method?

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> 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?
Ken Slovak - [MVP - Outlook] - 31 May 2006 16:24 GMT
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.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> 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?