Graph API and Email Sending - Way to enable "encrypt" option?

Thomas Ward 10 Reputation points
2023-10-02T21:32:46.7266667+00:00

We use an API interface that interfaces with the Graph API to handle sending messages for a specific automated service. We don't currently specify "Encrypt" as the rights management state/template to use for sending the email out, but we do have a flow rule that forces Encryption when that email address sends.

Is there a specific flag or such that we can pass to the mail sending API components of the Graph API to select the "Encrypt" rights protection option, or is that not even an option in the API calls for sending a message?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,446 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sourabh Gupta 800 Reputation points Microsoft Vendor
    2023-12-10T12:59:26.5733333+00:00

    Hi Thomas Ward

    Thanks for reaching out.

    There is nothing explicit in the Graph for doing encrypted emails.

    However, the Graph allows you to send native MIME email https://learn.microsoft.com/en-us/graph/outlook-send-mime-message so this allows you to use SMIME for encryption and signatures.

    or would you consider filing a feature request on the M365 developer platform so this can be looked into?

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

    0 comments No comments