Hi all,
We are trying to read all emails from inbox using Office365Outlook connector and it is working fine but not 100% perfect.
The only issue we noticed is that is not reading embedded images from the email body like screenshots or email signature images.
How can we achieve this please?
Office365Outlook.GetEmailsV3(
{
folderPath: "Inbox",
top: 25,
fetchOnlyFlagged:false,
fetchOnlyWithAttachment:false,
includeAttachments:true,
fetchOnlyUnread:false
}
).value
Thank you

Report
All responses (
Answers (