Unable to retrieve singleValueExtendedProperties of an itemattachment

SreeChakra Adiki 1 Reputation point
2022-05-15T14:03:01.72+00:00

I have an email message which has another email message as an item attachment.

I am trying to read the singleValueExtendedProperties of the attached email message using below query, but it doesn't work.

I don't see singleValueExtendedProperties in the response.

https://graph.microsoft.com/v1.0/users/{mailbox}/mailFolders/Inbox/messages/
{messageId}/attachments/{attachmentId}?$expand=microsoft.graph.itemattachment/
item($expand=microsoft.graph.message/singleValueExtendedProperties(
$filter = id eq 'string 0x001A'))
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,540 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ragavendren C 0 Reputation points
    2023-07-20T12:46:39.21+00:00

    I am also trying to read singleValueExtendedProperties for an attachment which is inside a email, is that possible not ? not allowed by design?

    0 comments No comments