Hi All,
I am facing issues while creating Email type (out look message) object in CS16 using OI. I have installed email service management module and configured . Also able to create Email Object using content server UI "Add Item" button.
Below is the error i am getting while creating using OI.
[ERROR] Could not process object - Enterprise:000000009001.msg.Could not get object for 'email'
below is the sample OI snippet.
<?xml version="1.0" encoding="utf-8"?>
<import>
<node type="Email" action="create">
<title>000000009001.msg</title>
<location>Enterprise</location>
<file>D:\\emailtestdoc.msg</file>
</node>
</import>
Please let me know for any inputs.