Outlook 2003 Archiving

  • Thread starter Thread starter Diplodok
  • Start date Start date
D

Diplodok

Hi, All
I am novice in VBA Outlook programming.
I need collect all messages in some Outlook folder (for example, Junk
E-mails, Spam, etc.) and add them to archive. I try to use
"Archive..." command from File menu, but I want to use it from VBA
macro. I can not find any "Archive" keyword in MS Outlook help.
Could somebody help me?

Andrey Kuzmin
 
Why don't you use the Archive feature in Outlook if you cannot code it
yourself?

There's no Archive function, the function you'd need is called Move.

--
Best regards
Michael Bauer - MVP Outlook
Manage and share your categories:
<http://www.vboffice.net/product.html?lang=en>


Am Thu, 4 Mar 2010 00:15:22 -0800 (PST) schrieb Diplodok:
 
Thank you, Michael.
I use Archive feature manually now, but I want to do it automatic
every time new messages come.

Yours, Andrey
 

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

Back
Top