Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 03-25-2015, 08:27 AM
hotrod53 hotrod53 is offline Is there a way to read messages THEN auto archive them using a rule? Windows 7 64bit Is there a way to read messages THEN auto archive them using a rule? Office 2007
Novice
Is there a way to read messages THEN auto archive them using a rule?
 
Join Date: Mar 2015
Location: Pittsburgh, PA area
Posts: 3
hotrod53 is on a distinguished road
Default Is there a way to read messages THEN auto archive them using a rule?


Apple gives you the option of reading an email first before archive or copying an email to archive instead of moving it .Outlook rules will allow you to receive an email that automatically gets transferred to another folder or archive file via a rule, but it does not leave a copy in the inbox. This is a problem for me since our corporation deletes all emails 60 days old. If I create such a rule, the email instantly goes to the archived folder but in doing so keeps me from seeing the message on my phone unless I were to create a whole bunch of individual folders.

Is there a way to either:
1. receive an email in the Inbox and have it transfer to archive after being read
2. or receive an email in the Inbox and make a COPY into the archived folder?

THANKS!
Reply With Quote
  #2  
Old 03-25-2015, 11:40 PM
gmayor's Avatar
gmayor gmayor is offline Is there a way to read messages THEN auto archive them using a rule? Windows 7 64bit Is there a way to read messages THEN auto archive them using a rule? Office 2010 32bit
Expert
 
Join Date: Aug 2014
Posts: 4,105
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

You can certainly use a rule to save a copy of an incoming message to a named folder. The original goes to Inbox.
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote
  #3  
Old 03-26-2015, 09:37 AM
hotrod53 hotrod53 is offline Is there a way to read messages THEN auto archive them using a rule? Windows 7 64bit Is there a way to read messages THEN auto archive them using a rule? Office 2007
Novice
Is there a way to read messages THEN auto archive them using a rule?
 
Join Date: Mar 2015
Location: Pittsburgh, PA area
Posts: 3
hotrod53 is on a distinguished road
Default

Quote:
You can certainly use a rule to save a copy of an incoming message to a named folder. The original goes to Inbox.
If you could point me in that direction, I would greatly appreciate it. I do not see an option to accomplish this, only an option to MOVE TO FOLDER
Reply With Quote
  #4  
Old 03-26-2015, 10:44 PM
gmayor's Avatar
gmayor gmayor is offline Is there a way to read messages THEN auto archive them using a rule? Windows 7 64bit Is there a way to read messages THEN auto archive them using a rule? Office 2010 32bit
Expert
 
Join Date: Aug 2014
Posts: 4,105
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

I don't have Outlook 2007 available to check , but in Outlook 2010, the option Move Copy to Folder is immediately below the option to Move to Folder .

If it is not present in 2007, you will need a macro script run from a rule e.g.

Code:
Sub CopyToFolder(olItem As MailItem)
Dim oTargetFolder As Folder
Dim strFolderName As String
Dim oCopiedItem As MailItem
    strFolderName = "Copies"
    Set oTargetFolder = Session.GetDefaultFolder(olFolderInbox).folders(strFolderName)
    Set oCopiedItem = olItem.Copy
    oCopiedItem.Move oTargetFolder
lbl_Exit:
    Exit Sub
End Sub
where 'Copies' is the sub folder of Inbox that you wish to copy it to.
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote
  #5  
Old 04-13-2015, 01:31 PM
hotrod53 hotrod53 is offline Is there a way to read messages THEN auto archive them using a rule? Windows 7 64bit Is there a way to read messages THEN auto archive them using a rule? Office 2010 64bit
Novice
Is there a way to read messages THEN auto archive them using a rule?
 
Join Date: Mar 2015
Location: Pittsburgh, PA area
Posts: 3
hotrod53 is on a distinguished road
Default

BTW, I have outlook 2010 but I'm not understanding what you're telling me to do.
Reply With Quote
  #6  
Old 04-13-2015, 09:35 PM
gmayor's Avatar
gmayor gmayor is offline Is there a way to read messages THEN auto archive them using a rule? Windows 7 64bit Is there a way to read messages THEN auto archive them using a rule? Office 2010 32bit
Expert
 
Join Date: Aug 2014
Posts: 4,105
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

If you have Outlook 2010, then simply create a rule to move a copy of the incoming message to a folder. The opriginal remains in the Inbox, for you to read and delete.

__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting up a rule to move emails from inbox to Archive, or AutoArchive, etc EatVegetables Outlook 0 03-18-2014 05:21 AM
Can't archive some messages. MCPRow Outlook 0 03-01-2013 08:44 AM
Archive rule based on Category jerelp Outlook 0 02-18-2010 08:04 AM
Auto archive to the same archive doesn't work boydgrossii Outlook 0 04-14-2009 11:18 AM
Opening messages/Code/custom archive jdd2 Outlook 0 12-20-2005 08:55 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 09:44 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft