Saving Email content as Unicode

By default, OnePlaceMail will save the email to SharePoint as a Unicode .msg file.

 

This can put a slight overhead on the size of each email file.

To disable this feature, use the <saveMessageAsUnicode>

 

Example: Remove ability to save email as Unicode

<?xml version="1.0" encoding="UTF-8"?>
 <configuration>
    <outlook>
       <saveMessageAsUnicode action="delete" />
       <saveMessageAsUnicode action="insert" value="false" />
    </outlook> 
</configuration>