03-03-2020 06:28 AM
Hello,
I can get e-mails for my application and I can see one person that received the mail by reading out the property "cm:addressee" but when the mail has several receivers I only see the first one.
For the additional receivers in (cc) this is possible as the property "cm:addresses" returns a list of Strings.
I was wondering if it is possible to see all receivers (to)?
03-06-2020 09:05 AM
Hi @mundifaber,
If i understood your problem this has nothing to do with ADF, it's actually a problem in ACS.
What version of ACS are you using?
What type of emails are you handling?
Are you checking the metadata of outlook messages?
The metadata "cm:addressees" should contain all email recipients, including all "To", "Cc" and "Bcc" addresses according to the class "MailMetadataExtracter" as you can see from here: https://github.com/Alfresco/alfresco-repository/blob/master/src/main/java/org/alfresco/repo/content/... .
Let me know.
Damiano
03-06-2020 09:42 AM
Hello,
Thanks for your answer.
Yes, indeed your right this is actually a problem in ACS. Sorry for that.
I'm using Alfresco version 5.2.1.
What do you mean by "what type of email" these are mails that can be send to a specific address and these are redirected to a folder in Alfresco where the files are visualised and threaded by an external application. In my test case the mail was sent from Outlook.
I retries right now and the field "cm:addresse" just contains the address for alfresco. As I can see in the source code you sent there seems to be another field "toNames". Is it possible to access this? It seems not to be listed when I look at the properties of the document?
Thanks,
André
Explore our Alfresco products with the links below. Use labels to filter content by product module.