var fDesc=new Array(); fDesc[0] = "Outlook Attachment Sniffer is a powerful Outlook Add-In, which lets you extract, save and remove all (or specific) attachments and export emails from your Outlook folders to disk in various formats!

You also can copy and/or move emails to other Outlook folders, optional with auto-creation of subfolders depending on the email's data (sender, recipient and so on).

The exported attachments can be replaced with links to the saved files, and they can later be reimported. Attached .msg-emails can also be inspected recursively for further attachments.

The export of emails includes the formats .EML, .TXT, .RTF, .HTM, .MSG and .MHT, and can be logged, if - for instance - you wish to import the data into a database.

This Add-In requires Outlook 2002-2010 (32 bit/64 bit) under Windows 32/64 bit: 2000/XP/Vista/7."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }