var fDesc=new Array(); fDesc[0] = "MSG .NET is Microsoft Outlook .msg file API for .NET Framework. The API allows you to easy create/read/parse/convert .msg files and more. The API does not require Microsoft Outlook to be installed on the machine or any other third party application or library in order to work. Supports all versions of .NET Framework, .NET Compact Framework and Mono.

Features:

-Create message, appointment, task, contact or any other Outlook item.
-Read any Outlook .msg file and get all properties.
-Convert from Outlook message (.msg file) to MIME message (.eml file)
-Convert from MIME message (.eml file) to Outlook message (.msg file)
-Set/Get MAPI properties.
-Set/Get named properties.
-Add attachments.
-Retreive attachments.
-Save attachments.
-Add embedded messages.
-Retreive embedded messages.
-Save embedded messages."; 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 = ''; } }