I find that msg document are of type dm_email_message. Can I import msg document that not use this type nor its subtype? What's the risk if I do so? Thanks a lot.
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
FYI - dm_email_message type is deprecated on newer versions of CS. You are supposed to use dm_message_archive. If you use this type, the email metadata fields will automatically get populated. If you create your own custom type as Andy suggested, you will need to extract that information yourself and populate the attribute via custom code.
Also, you can create subtypes of message type.
You can import content to ANY type you want. The difference will be in the metat data stored. If you don't use an email message type then you could lose the from/to/subject etc, but it's just as easy to create your own type to suit the needs of the application(s) you build.