Please provide the following (and please check them off the list with [x]) before submitting this issue:
Expected behavior
IsInline property is should be true for inline attachments in EventMessages and should be false for attachments which are not inline.
Actual behaviour
IsInline property is always false for attachments in EventMessages. In event messages, the IsInline property is always false when the image is attached inline either in body or attached to the message. Is it the way it works or is it an issue? Can someone help me out on this?
Steps to reproduce the behavior
- Create a meeting invite.
- Attach two images one in the body and one to the meeting.
- Send it to the recipient and make a graph call to fetch that event and expand attachments.
- The inline property is false for both of the attachments. Ideally it should be true for one attachment.
Please provide the following (and please check them off the list with [x]) before submitting this issue:
Expected behavior
IsInline property is should be true for inline attachments in EventMessages and should be false for attachments which are not inline.
Actual behaviour
IsInline property is always false for attachments in EventMessages. In event messages, the IsInline property is always false when the image is attached inline either in body or attached to the message. Is it the way it works or is it an issue? Can someone help me out on this?
Steps to reproduce the behavior