O365 / python-o365

A simple python library to interact with Microsoft Graph and Office 365 API
Apache License 2.0
1.65k stars 418 forks source link

Question: Able to set the "Encrypt" flag on an email via API? #1009

Open teward opened 12 months ago

teward commented 12 months ago

We are curious whether it is possible to define that an email should be sent using MS365's Encrypt system using the equivalent of an API flag/call for telling the system to use Encryption when sending the message.

I didn't see anything that could be set for this in the existing code, nor did I see anything in the Microsoft API docs for this, but is this even something that can be done at the O365 email sending level at the API?

alejcas commented 11 months ago

I don't think ms graph has this option at all. O365 it's a wrapper around ms graph and other ms libraries.