Hello The metadata extractor get automatically most of interesting metadata out of .msg files. Only one is missing for me: the CC field (Carbon Copy). I've read that documentation: http://wiki.alfresco.com/wiki/Metadata_Extraction but i must admit that i'm a bit lost :roll: Could someone help me for that? Thx a lot in advance
The cc field in outlook messages is a little strange and instead uses an "addressees" field instead. Anyway the class that does the extraction is the MailMetadataExtracter and the mapping definition is MailMetadataExtracter.properties. So it should just require another line for "ccNames"
However the emailed aspect does not have a property for "cc" so you may have to map it to one of your own properties.