cancel
Showing results for 
Search instead for 
Did you mean: 

metadata extractor: get the CC field out of email .msg files

plubarj
Champ in-the-making
Champ in-the-making
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
3 REPLIES 3

mrogers
Star Contributor
Star Contributor
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.

plubarj
Champ in-the-making
Champ in-the-making
Thx for the quick answer!

britman
Champ in-the-making
Champ in-the-making
I had a similar problem! so I thank you for your help.
I think you may have the answer I'm looking for…. thank you!