Once run, this script will search your inbox for files 25 days or older and save them to a folder on your desktop.
Really a somewhat simple script, but thought others might have a use.
#Include <Date.au3>
#Include <File.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
dim $fmpreplace[30][2]
if ProcessExists("OUTLOOK.EXE") Then
inbox()
EndIf
exit 0
func Formatdate($start)
$h=StringMid($start,9,2)
$min=StringMid($start,11,2)
if $h<10 then $h=