Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 186743
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T15:42:02+00:00 2026-05-11T15:42:02+00:00

I sometimes get emails that I want to keep but to move them into

  • 0

I sometimes get emails that I want to keep but to move them into the appropriate folder can be a pain. How can I execute a script that will move (like using C-S-v) the email I’m looking at into a certain folder called ‘buffer’, for instance?

I’m using Outlook 2007.

thanks.


EDIT: there isn’t any criteria that can be created to automate this process like through a rule. it is merely a judgment call I make as i’m staring at it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T15:42:03+00:00Added an answer on May 11, 2026 at 3:42 pm

    Here’s the code I’m using.

    Sub MoveSelectedMessagesToFolder() 'Originally written by Chewy Chong 'Taken from http://verychewy.com/archive/2006/04/12/outlook-macro-to-move-an-email-to-folder.aspx 'Thanks Chewy! 'Ken On Error Resume Next     Dim objFolder As Outlook.MAPIFolder, objInbox As Outlook.MAPIFolder     Dim objNS As Outlook.NameSpace, objItem As Outlook.MailItem      Set objNS = Application.GetNamespace('MAPI')     Set objInbox = objNS.GetDefaultFolder(olFolderInbox)     'For the 'Item' portion, I used the name of the folder exactly as it appear in the ToolTip when I hover over it.     Set objFolder = objNS.Folders.Item('Personal Folders').Folders.Item('Buffer')  'Assume this is a mail folder      If objFolder Is Nothing Then         MsgBox 'This folder doesn't exist!', vbOKOnly + vbExclamation, 'INVALID FOLDER'     End If      If Application.ActiveExplorer.Selection.Count = 0 Then         'Require that this procedure be called only when a message is selected         Exit Sub     End If     For Each objItem In Application.ActiveExplorer.Selection         If objFolder.DefaultItemType = olMailItem Then             If objItem.Class = olMail Then                 objItem.Move objFolder             End If         End If     Next 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have some applications that sometimes get into a bad state, but only in
Our mysql processes can sometimes get backlogged and processes begin queuing up. I'd like
I have a dictionary that hold address details, sometimes it can hold, 'name, email,
I have a JBOSS batch application that sometimes sends hundreds on emails in a
Why do visitors to my site sometimes get a download to a file instead
In Ruby on Rails, I sometimes get an error on the page as: compile
When working with ActiveMQ in Eclipse, you might sometimes get a schema parsing error
After successfully opening Pop3Folder , and retrieving messages from it, I then sometimes get
sometimes i get an error like table is marked as corrupt and shld be
Sometimes I get the following from SQL Server 2005 when executing a stored procedure:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.