Skip to content

IsInline property is always false for attachments in EventMessages. #349

Description

Please provide the following (and please check them off the list with [x]) before submitting this issue:

  • Expected behavior. Please provide links to the specific Microsoft Graph documentation you used to determine the expected behavior.
  • Actual behavior. Provide error codes, stack information, and a Fiddler capture of the request and response (please remove personally identifiable information before posting).
  • Steps to reproduce the behavior. Include your code, IDE versions, client library versions, and any other information that might be helpful to understand your scenario.

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

  1. Create a meeting invite.
  2. Attach two images one in the body and one to the meeting.
  3. Send it to the recipient and make a graph call to fetch that event and expand attachments.
  4. The inline property is false for both of the attachments. Ideally it should be true for one attachment.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions