Auto Delete

I like to keep the items in my deleted folder in case I need to refer back to them at a later date.  Some items I'd like to permanently delete. Is there a way for instance, Fast Company newsletter I receive tons of these.  In stead on
manually deleting these from my deleted folder is there a way to setup a rule that when I delete certain senders that it will automatically permanently delete the email vs. putting it into the deleted folder?
Thanks!

Hi
As per the information and details provided by you, please follow these steps: -
To enable filtered auto delete in MS Outlook, we will create a rule. This rule will check all the incoming email messages and see the emails, address the emails are originating
from. If the email address matches the one we have set in the rule, Outlook will delete that message instead of moving it into the
Junk folder. To delete the message, MS Outlook will move it to
Deleted Items folder.
Step 1: -
Open MS Outlook.
Step 2: - In the
Inbox or junk folder, locate the email message from the sender that you want MS Outlook to delete automatically.
Step 3: - Click on the
Rule to open the drop down menu.
Step 4: - Click on the first option that says “Always Move Messages From xyz”.
Step 5: - In the dialog box that appears, you will find the list of folders in the PST file of the account that contains the email message to be deleted automatically.
Select Deleted Items.
Step 6: - Click
Ok.
I hope this information will be helpful for you.
Thanks and regards
Shweta@G

Similar Messages

  • Auto delete everything but specified folder contents from txt file

    Hey Guys,
    I am brand new to using Powershell (like 48 hours into using it for work) and I've run into a bit of an issue.  I've only taken a programming concept classes so some of the stuff makes sense to me but a lot of it is new.  Basically I've made a
    script that automatically deletes any files over X amount of days.  My next step is to have an exceptions text that will have a list of folders that should not have its contents deleted.  This is what I have so far.
    $Date= Get-Date 
    $Days = "7"
    $Folder = "C:\publicftp\users"
    $LastWrite = $Now.AddDays(-$Days)
    #----- getting DO NOT DELETE listing from TXT ----#
    $Exceptions = Get-Content "c:\exclude.txt"
    $Files = Get-Childitem $Folder -Recurse -Exclude "c:\exclude.txt" | Where {$_.LastWriteTime -le "$LastWrite"}
    foreach ($File in $Files)
        if ($File -ne $NULL)
            Remove-Item $File.FullName -Exclude $Exceptions | out-null
    I've seen a lot of threads that show how to auto delete contents or how to exclude specific file types but I haven't seen an answer to my particular problem.  Any help would be greatly appreciated!  Thanks!

    Hi Rabbot,
    The script below may be also helpful for you, and uses the -whatif parameter in Remove-Item cmdlet, which doesn’t actually remove anything but simply tells you what would happen if you did call Remove-Item.
    $Exceptions = @()
    Get-Content "c:\exclude.txt" | foreach{
    $Exceptions += $_} #store the exception file to array
    $Folder = "C:\publicftp\users"
    $LastWrite = (get-date).adddays(-7) #over 7 days.
    $Files = Get-Childitem $Folder -Recurse | Where {$_.LastWriteTime -le $LastWrite} #filter files which over 7 days.
    Foreach ($file in $files){
    if ($Exceptions -notcontains $file.fullname){ #if the file is not listed in the exception array.
    Remove-Item $File.FullName -whatif} #use -whatif to test
    I hope this helps.

  • Podcasts no longer "Auto Delete"

    Hello,
    Wasn't sure which forum was best for this but just wanted to voice my frustration with Itunes 7.7 and the fact that my podcasts no longer "Auto-Delete" after being played. I checked my settings for each podcast and they are still set to "AUto-Delete". If anyone has any suggestions, please respond.
    Thanks!

    The auto-delete functionality in iTunes refers to deleting the podcasts from your computer. The control for removing played podcasts from the device is on the podcasts tab available when the device is attached.
    Whether or not podcasts are auto-deleted from you computer is based on the podcasts settings in iTunes. The settings button is on the bottom of the podcasts page (next to the undelete button). In the popup window under "Settings for:", select "Podcast Defaults" to change to default for all podcasts, or a specific podcast that you want to behave differently from the default settings.
    When choosing "Podcast Defaults", the two selections at the bottom of the window will be unlocked. When choosing any single podcast, uncheck the "Use Defaults" checkbox to unlock these fields.
    Changing the selection "When new episodes are available:" will affect how many (zero, one, or all) podcasts to download.
    Changing the selection "Episodes to keep:" will affect which, if any, podcasts are auto-deleted.
    As to removing podcasts from the device, this changed for me with the most recent update to the iPod software. Podcasts are removed from the iPhone if they have been played, but they remain on the iPod until they have been deleted from iTunes. I have not experienced a case where a podcast persisted on the device after it was deleted from the computer. I am hopeful that Apple will fix this with the next iPod software update.

  • Adobe Reader leaving temp files, which are not auto-deleting.

    Adobe reader is leaving temp files all over and I can't delete them. The temp files are left in my "My Documents" folder, which is redirected to the server. Anytime I open a PDF, it leaves a temp file (ie:U17F7.tmp) and it does not auto-delete. The temp files are 0 bytes in size, just really annoying when my folders get cluttered with all these temp files.  I also cannot delete the files, because it says the location is incorrect. I am able to delete the temp files when I'm not connected to the company network. How do I get these temp files to remove themselves once I close out of Adobe Reader?  This is driving me crazy!

    Hi burdurboy05
    What is the version of reader that you're using?
    Are you trying to print files ?
    Did you try to uninstall and re-install the product?
    ~Mandy

  • Sent Items in Mail not Auto-Deleting

    Hi all,
    I have sent items in mail to auto delete when quitting mail but this is not happening. Any ideas?

    If I quit Mail manually, items get deleted.

  • Podcasts won't auto delete

    Have all my subscribed podcasts set to "keep all unplayed episodes"
    Once I have finished listening to an episode, it doesn't automatically delete, even when the next episode is downloaded
    I am getting a backlog of episodes all stored on my iPhone, with the only way to delete them being to do it manually, however when I do that they are removed from the list with no way of redownloading if I want to listen to them again.
    Anyone else having this problem?

    Having exactly the same problem. I've posted this on a few Apple related forums already - although admittedly not this one - but no answers yet. I get the feeling that other people are getting this to work so it's not a Podcast app bug.
    I'm deleting listened to podcasts manually by swiping right on the podcast once I've listened to it.
    I don't understand what I might not be doing - I have the podcast subscribed to and auto-delete is switched on and set to keep unplayed episodes only.
    I've tried leaving some for a while in case there's a 'schedule' of some sort for when these listened-to podcasts get deleted but nothing has happened so far..and that's after eight weeks!

  • Is there a way to set trash to auto-delete

    would like items in trash to auto-delete 30 days after being put into trash. is this possible?

    No not with any built-in settings. You could Applescript something to accomplish this (or something similar)
    However it is a bad idea to place things in the trash that you do not want to have removed immediately. The trash is not some kind  of holding area, you should assume that anything put in the trash is gone and only put things there that you do want gone.
    If you want a 30 day grace period on some items, setup another folder and put the things in there that you're not sure you want to delete and then run a script on that to move anything over 30 days to the trash (or delete immediately)

  • Is the trash in my trashbox auto deleted after so many days?

    I notice that the trash can't be cleared like my other boxes..Aparrently it auto deletes is this right?

    Cooljoe58 wrote:
    Aparrently it auto deletes is this right?
    No.
    Cooljoe58 wrote:
    I notice that the trash can't be cleared like my other boxes.
    Click on Help in the Finder Menu Bar and type Trash into the Search Window... Select from the displayed Topics.

  • Auto Deletion of Purchase Orders

    Hello
    Is anyone aware if there is a process available for auto delettion of purchase orders which have not been goods receipted within a given time frame
    Cheers
    Prakash

    Hi,
    As far as I know, there is no automatic report for deletion of purchase orders. Document deletion should be done manually, since it requires the user acknowledgment.
    Kind regards,
    Ricardo

  • Logical Standby - Log auto delete

    Hello Everybody,
    We are having a logical standby database which is working fine.. But the only concern is with deletion of archive logs that are applied..
    I wanted to auto delete the archives that are applied.. Till yesterday all the archives that had applied was getting deleted automatically.. But now some how its not getting deleted..
    Nothing has been changed since yesterday and i even checked alert log no error has been recorded but it just simply doesn't delete the archives..
    For a try i restarted SQL apply, its applying the archive logs but it doesn't delete the archives that are applied..
    Please any help or suggestions would be great.
    Thanks

    Thanks for your response..
    As per the links you provided, these links are for archive deletion policy for primary and physical standby which we configure using RMAN..
    But in Logical Standby case archive logs are automatically deleted after its applied...
    So when ever we start sql apply following are the alert entries and it should automatically delete archives after it gets applied..
    ALTER DATABASE START LOGICAL STANDBY APPLY
    Thu Aug 20 16:34:14 2009
    ALTER DATABASE START LOGICAL STANDBY APPLY (oracle)
    Thu Aug 20 16:34:14 2009
    No optional part
    Attempt to start background Logical Standby process
    LSP0 started with pid=23, OS id=4715
    Thu Aug 20 16:34:15 2009
    LOGSTDBY Parameter:                LOG_AUTO_DELETE = TRUE
    Completed: ALTER DATABASE START LOGICAL STANDBY APPLY
    Thu Aug 20 16:34:15 2009
    LOGSTDBY status: ORA-16111: log mining and apply setting up
    Thu Aug 20 16:34:15 2009
    LOGMINER: Parameters summary for session# = 1
    LOGMINER: Number of processes = 3, Transaction Chunk Size = 201
    LOGMINER: Memory Size = 30M, Checkpoint interval = 150M
    LOGMINER: session# = 1, reader process P000 started with pid=24 OS id=4717
    LOGMINER: session# = 1, builder process P001 started with pid=25 OS id=4719
    LOGMINER: session# = 1, preparer process P002 started with pid=26 OS id=4721
    Thu Aug 20 16:34:15 2009
    LOGMINER: Begin mining logfile: /u01/app/oracle/archive/oracle/ARCH_ORACL_1309_1_692680471.arc
    Thu Aug 20 16:34:15 2009
    LOGMINER: Turning ON Log Auto Delete
    Thu Aug 20 16:34:15 2009But in my case its not deleting archives what could be the reason..
    Please any help would be great

  • How to set auto delete option for old messages

    Hi All,
    Can any one help me on how to set auto delete option for mails older than 15 days from my Z10.
    James Kurian

    There is no such option in BB 10.
    However, you can achieve a similar result by setting your email sync timeframe to 14 days (the closest option).
    If you are using an ActiveSync account (such as Hotmail, Outlook.com), go to Settings > Accounts > select the account. Tap advanced at the bottom of the screen. Scroll to the very bottom, tap Sync Timeframe and set to 14 days.
    If you are using an IMAP account (such as Gmail or GMX), you will have to delete, then re-add your account.  The Sync Time frame is only avaialble during setup for these accounts.  When adding, tap advanced at the bottom of the screen and set the Sync Timeframe.
    Hope this helps.

  • Auto-delete old podcasts in iTunes 12

    In iTunes 12, how can I set things up so that it will auto-delete old podcasts

    Thanks for the input! I right clicked one of the disappearing episodes, but there was no "Save Episode" on the drop down menu. There was "Remove From Saved Episodes" option.

  • Auto Delete email in an Archive?

    Is it possible to set a retention policy on a mailbox archive to auto-delete archived files over a certain age?
    We have mailboxes that get extremely large amounts of QA related email (>1 million per 3 months and over 25GB), and I want to use the archive to off load some of the 3 months of email from the main mailboxes. But I still want to delete anything in these
    archive mailboxes over 3 months old, as QA no longer needs them.
    Is there any way to do this on an archive mailbox?

    You can use retention policies to delete items from the archive mailbox.  See the answer in this post:
    http://social.technet.microsoft.com/Forums/exchange/en-US/58913541-12e6-4b3d-9c54-f0211038ba60/archive-mailbox-and-retention
    Tony www.activedir.org Blog: www.open-a-socket.com

  • Auto delete trash in mail

    How can I set an auto delete for trash in mavericks mail after either 2 months or 6 months?
    thanks
    Marianne

    AFAIK, what you are describing is the only way to delete sent mail on the iPad. Depending on what email accounts you have, the specific email account may have advanced options, but the Mail app on the iPad works as you say. There is no option or preference to delete sent emails after a period of time.

  • Automator script to set up auto-delete in Calendar on MacBook Air

    Use Calendar without synching in iCloud.  Want to auto-delete old events after a specified period, such as two weeks.  Apple Support chat said only way is Automator but they did not provide a script. 

    This is just a guess, but if I were to use Automator to write such a script, it might start like this.  I'm not willing to test it out on my machine, but I'll offer the suggestion to you as a starting point.  You begin by creating a new "service".

  • Why do podcasts no longer auto-delete in new v10.6.3.25 on Dell laptop Win7 despite menu settings

    Why do podcasts no longer auto-delete in new v10.6.3.25 on Dell laptop Win7 despite menu settings?
    tks

    Found the error and posted a blog post here: http://www.red-abstract.com/blog/2009/11/19/itunes-90-and-auto-deleting-podcasts .html
    The issue is that Apple put this behind another layer of configuration on the podcasts screen. Go to that screen and click "Settings." You will see there that you can configure the podcasts individually or set the defaults to remove played episodes. Only after setting this will iTunes honor to auto-delete.

Maybe you are looking for

  • Best use Time Capsule & Airport Express together?

    I've used the Express for several years and really enjoy using the ouput to play my iTunes wirelessly thru my stereo speakers. Then we moved, but my wife moved ahead of me and took the Express. I then bought a Time Capsule which doesn't have audio ou

  • Any good examples of using hashCode?

    I am creating a simple test class of a date object using getYear, getMonth, GetDay, compareTo, equals and hashCode. Ive got everything else working fine, but im wondering if I am getting the correct output from the hashCode method. What exactly does

  • Why won't the App Store on my iPod touch stay open?

    Every time I open the App Store on my iPod it closes. It will stay open for a minute at the most. It won't ever stay open. :/ I don't know what to do.

  • Inbound Interface using RFC

    Hi Experts, We are using RFC to get idoc from other sap system. Now i have written a code calling bapi for material master . In which user passes the idoc number. Is there any way to automate it . I mean when we get idoc the material master should be

  • Sd card slot not reading card

    I have a Pavilion dv5 1235dx running with Windows Vista. My sd car slot doesn't read the memory card anymore and if I explore to find the file myself it is not there.  But I know that the card is fine because other computers read it.  It worked in th