Copy single message to public folder

G

Guest

Hello,

I'm a newbie in VBA-programming. I would like to create a macro button to
copy selected e-mail messages in my inbox or sent messages folder to a
specific public folder.
Which code should I use to achieve this?
 
M

Michael Bauer

Am Thu, 8 Jun 2006 03:05:01 -0700 schrieb MFH:

Please have a look at the VBA help: you´ll find a sample for the Copy
function.

If at least one item is selected then it´s:
Application.ActiveExplorer.Selection(1)

For a reference onto the target folder Sue´s function might be helpful:
www.outlookcode.com/d/code/getfolder.htm
 
G

Guest

Hi Michael,

Oeps. Little information, but at least you pointed me in a direction. Thanks
a lot!

Schöne Grüsse!
Michiel
 
M

Michael Bauer

Am Thu, 8 Jun 2006 23:32:01 -0700 schrieb MFH:

Just a few sentences - but not at all just "little information". Instead
you´ve gotten the best we can give: Help to help yourself.
 

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