2 weeks ago
I want to gather body text from email using 'Microsoft 365 - Outlook' object, however from time to time actions 'List Mail in Folder' as well as 'Get Mail' extract email body without first 2 messages in the chain and starts reading from:
You don't often get email from XXX@YYY.com. Learn why this is important.
I have tried both reading 'text' and 'HTML' format with same results.
Have anyone encountered similar issue when part of email body is missed?
2 weeks ago
@arkadiusz.goraj - you missed the first two line of body in the output?
Can you share if possible how your actual body look like the actual content and what input you are passing in List mail in folder.
i tried to replicate the same but i am able to get body properly.
a week ago
I have the same issue and it looks like text is being extracted only below:
Everything that is above is being ignored/skipped, and there is an email chain before "You don't often..."
Unfortunately I cannot share any original emails that we are working on, but can show ListMail action and body.content setup.
Does anyone encountered anything similar? Maybe there is some kind of workaround this issue?
a week ago
We have some emails grouped by conversation. The aim is to read all email bodies from this conversation. If we use actions Get email or list email we can get body from "main msg" only. Message IDs are different for all emails in the chain. Do you know how to handle it?
a week ago - last edited a week ago
@arkadiusz.goraj - As far as I know, each email will have its own unique message ID, hence you will not be able to retrieve the entire conversation using the single message id. In order to get the entire conversation details, you need to use the conversationId. Current MS 365 Outlook vbo doesn't have an action to execute this. Hence you need to use Microsoft Graph API to get the entire conversation.
Refer the guide attached in this asset to configure the graph api --> https://digitalexchange.blueprism.com/cardDetails?id=98435#
Refer this link to understand about the conversation ID https://learn.microsoft.com/en-sg/answers/questions/1726517/how-can-i-find-all-conversation-ids-for-an-email-m
Please reach out incase if you have any queries.
Tuesday
We have already tried to extract conversation ID connected to email id. Then using Microsoft Graph getting everything connected to this conversation ID, however got the same result and only bottom message is being read by both 'microsoft 365 - outlook' as well as Microsoft Graph API.
When I forward this email Structure of the mail in question:
When I forward this mail to other mailbox it seems like email structure change and has all conversation threads in one email.
However we cannot use other mailboxes and this needs to worked on mailbox with email structure like on the screen above