Inline Images are Not Fetched Properly due to the IsInline Property 'false' assignment
About :
For the customers using Microsoft Graph or EWS, Microsoft API returns isInline as "false" for inline images in some environment. There is no known reasons behind this behaviour from their documentation. One such possible reason for this behaviour are handling of mails by the Sender Mail Client.
This is one of the very peculiar issue, we couldn't encountered so far.
Workaround :
For a quick workaround, we have modified our code in such a way that it checks for inline images in the description, if we have proper "content ID" in the Attachment header, in addition to the property "isInline" fails to be true.
Refer this article for how to apply the attached "fjar" to the Product.
Restart the Application and check whether your issue has been resolved.
If not, remove this fjar from "fixes" directory and restart the application again, then report it to our support team with logs.
Impacted Areas : EWS, Graph (Incoming Mail Servers)
Compatibility : 14810
New to ADSelfService Plus?
Related Articles
Mail Fetching Stopped Due to Inline Image Handling
Issue Cause : While fetching a mail, in certain mail servers, cid of inline image is not parsed correctly. Once inline stream is converted to image, cid in src attr will be replaced with image url. cid for uploaded inline image in mail content is not ...
Mail Fetching: Inline Images Dropping Due to Invalid Extension
Issue: The inline image's file name from the email doesn't contain the extension. Example: filename = sys_attachment.dosys_id=5bb0751c8303b5dc96a238226daad371 As a result, the inline image gets stripped during the mail fetching process. The sender of ...
Mail Fetching - Error while processing attachment and inline image.
Issue During the process of fetching emails, attachments are dropped as a result of the presence of directory traversal characters. Furthermore, an issue arises when processing inline images, this particular error related to inline images results in ...
Mail fetching - deleted flag issue
This message will be thrown, when you have provided a shared mailbox. The concept here is, SDP MSP reads the mail from the configured mailbox and adds it as a request. During the time, if some other application fetches the mail from the same mailbox ...
Exception while Processing Inline Image with incorrect file name extension
Reference : #7938623, #8561970 Cause : Inline Images could not be processed with incorrect file name, for example "4d54308871ec465c8233d0f470db0308.do?sys_id=4fdfcb17475c1d50c594c133846d436a" . While constructing the filename in our end, the values ...