F5F Stay Refreshed Software General Software The question about QuestionOutlook not activating the AutoArchive option during startup.

The question about QuestionOutlook not activating the AutoArchive option during startup.

The question about QuestionOutlook not activating the AutoArchive option during startup.

L
Luiisss
Member
164
10-10-2016, 05:44 PM
#1
OS: Windows 10
I have my Outlook AutoArchiving in Office Pro 2021 configured to remove files in a specific folder daily, permanently deleting anything older than a day (settings apply globally and at the folder level). I see it doesn’t activate immediately but needs Outlook to stay open for 20-30 minutes.
I searched online and Microsoft clarified:
"The AutoArchive feature activates automatically each time Outlook starts. It verifies folder dates and moves outdated files to the archive. Deleted items are removed."
Anyone know a way to enable it to start as soon as the app opens? That would let AutoArchive clear folders while I’m checking emails.
L
Luiisss
10-10-2016, 05:44 PM #1

OS: Windows 10
I have my Outlook AutoArchiving in Office Pro 2021 configured to remove files in a specific folder daily, permanently deleting anything older than a day (settings apply globally and at the folder level). I see it doesn’t activate immediately but needs Outlook to stay open for 20-30 minutes.
I searched online and Microsoft clarified:
"The AutoArchive feature activates automatically each time Outlook starts. It verifies folder dates and moves outdated files to the archive. Deleted items are removed."
Anyone know a way to enable it to start as soon as the app opens? That would let AutoArchive clear folders while I’m checking emails.

Z
zombietony
Member
55
10-12-2016, 03:10 PM
#2
FYI:
https://support.microsoft.com/en-us...at...dc38296667
Do you have the Advanced > AutoArchive > Auto Archive Settings window?
I recommend using the current settings even if there is a delay before deletions start.
Your goal is to "immediately delete" emails from Outlook folders, which differs from archiving.
Archiving allows deletions after a certain period "X".
You might need a PowerShell Script that can be run at startup to delete emails directly from the specified Outlook folders.
PowerShell offers such functionality, though I haven’t personally worked with it.
Google search results suggest looking for "PowerShell delete email from Outlook folders" and adjusting the criteria as needed.
A possible starting point is:
https://learn.microsoft.com/en-us/purvie...l-messages
In summary, I wouldn’t want Outlook handling all tasks simultaneously—let it have the time to function properly.
Three points to consider:
1) Be aware that deleting emails could remove important messages unintentionally.
2) Make sure to test thoroughly before using it.
3) Always verify backups are in place—this should be standard practice.
Z
zombietony
10-12-2016, 03:10 PM #2

FYI:
https://support.microsoft.com/en-us...at...dc38296667
Do you have the Advanced > AutoArchive > Auto Archive Settings window?
I recommend using the current settings even if there is a delay before deletions start.
Your goal is to "immediately delete" emails from Outlook folders, which differs from archiving.
Archiving allows deletions after a certain period "X".
You might need a PowerShell Script that can be run at startup to delete emails directly from the specified Outlook folders.
PowerShell offers such functionality, though I haven’t personally worked with it.
Google search results suggest looking for "PowerShell delete email from Outlook folders" and adjusting the criteria as needed.
A possible starting point is:
https://learn.microsoft.com/en-us/purvie...l-messages
In summary, I wouldn’t want Outlook handling all tasks simultaneously—let it have the time to function properly.
Three points to consider:
1) Be aware that deleting emails could remove important messages unintentionally.
2) Make sure to test thoroughly before using it.
3) Always verify backups are in place—this should be standard practice.