Hi All,
We are implementing DCO 6.6 into our system. And currently, we're going to create a custom web application (based on DFC) which supposed to be able to search and view emails (which is imported via DCO 6.6).
Here is some properties which I found useful:
I notice that email headers will be stored in dm_message_archive properties, such as:
message_subject received_datesent_dateattachment_count
Also I notice that there is 2 other object type which should be linked into this type:
dm_message_address -> link between email and email addresses
dm_message_attachment -> link between email and attachment
I found that dm_message_attachment.message_object_id is linked to dm_message_archive.r_object_id
But I couldn't find any relation between dm_message_archive and dm_message_address
And also I didnt find any object type which contains emails content.
Does anybody know what is the used of message_id and tracking_id properties in dm_message_archive?
Can anybody help me out here?
Thank you.
Regards