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