A community member has associated this post with a similar question:
How to set the Outlook Email Sensitivity using API Call ?

Only moderators can edit this content.

How to set the Outlook Email Sensitivity using API Call

sud, sud 0 Reputation points
2024-05-08T18:19:29.1166667+00:00
{
  "message": {
    "subject": "Meet for lunch?",
    "body": {
      "contentType": "Text",
      "content": "The new cafeteria is open."
    },
    "toRecipients": [
      {
        "emailAddress": {
          "address": "Email Removed due to security reasons"
        }
      }
    ],
    "ccRecipients": [
      {
        "emailAddress": {
          "address": "Email Removed due to security reasons"
        }
      }
    ]
  },
  "singleValueExtendedProperties": [ 
            { 
                "Id": "Integer 0x0036", 
                "Value": "3"  
            } 
        ] 
}
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,821 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Hitesh Pachipulusu - MSFT 80 Reputation points Microsoft Vendor
    2024-05-09T20:53:06.3266667+00:00

    Hello,Currently message sensitivity property(Public, Private, Confidential etc.) can not be set via the Graph API queries. As per documentation only these message properties can be set using Graph API.

    You can submit this feature request using this support link, which will be monitored by Microsoft team and make the enhancements to Graph API.

    Hope this helps.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have further questions about this answer, please click "Comment".

    0 comments No comments