macro to forward mail

M

mugo

Hi all, Im new to Microsoft programming

I am looking or rather need help with an MS Outlook macro Im working on.

Upon googling for a solution, I came iupon this http://support.microsoft.
com/kb/235852 and modified it so that it fires not when a time of the day
comes but by clicking on a custom button in the Outlook toolbar.

The thing works just fine except that it send all new messages in the Inbox
to the specified email address.

Can anyone please help me to make a change so that the macro send only the
currently selected item(s) in the Inbox or the current folder. Will
appreciate any help.

Thanx, Chozz
 
S

Sue Mosher [MVP-Outlook]

You can get the selected items from the Application.ActiveExplorer.Selection collection. It works like an Items collection.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top