Body field not getting populated from email
Hello I am using the express version and following the guides on the site created my own site columns and content type which mostly seem to work fine however the EmBody field doesnt populate with data as the others do. Any suggestions? I am running the latest 6.3 client side. Thanks for any help you can provide.
This can now be achieved by using the OnePlaceLive Configuration service tool.
Set this item to true, and publish to your users. When users save to a document library, with the email body column added – this will be captured.
-
Ilia Zhukov commented
Hi Drew,
thank you for your questions.
Capturing email body should be turned on separately.
Please put the following code into config_update.xml:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<outlook>
<captureEmailBodyForEmail action="insert" value="true"/>
</outlook>
</configuration>
place config_update.xml to the %AppData%\Scinaptic\OnePlaceMail folder and restart Outlook.
For more details please refer to the Section 3.2.15 Capture the Email Body as Column Meta-Data - Emails in the http://www.scinaptic.com/support/oneplacemail-administrator-guide.html .
Hope this will help. Please update this topic if you have any questions. Thank you.