var fDesc=new Array(); fDesc[0] = "It's crucial for any company to protect its intellectual property and to prevent the theft of company secrets, financials, relationships with partners, and other activities performed by executives and management.

This security brings a major challenge-tracking when someone accesses another user's mailbox, trying, for example, to sneak a look into a CEO or CFO's e-mails. Auditing of non-owner mailbox access is also a cornerstone of major regulatory compliance standards (e.g. SOX, GLBA, and HIPAA). Microsoft Exchange doesn't have built-in reporting mechanisms to report on this type of access.

The Non-owner Mailbox Access Reporter can be used to:

-Detect unauthorized and accidental access to confidential e-mails by "prying eyes."
-Generate reports for IT compliance auditors to help your company pass compliance audits."; 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 = ''; } }