Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
MailboxSettings.Read
Note: Using the delegated (OAuth) connection type will only allow to insert the connected user's ID.
{ "@odata.context": "https://graph.microsoft.com/beta/$metadata#Me/mailFolders('inbox')/messageRules/$entity", "id": "AQAAAJ5dZqA=", "displayName": "From partner", "sequence": 2, "isEnabled": true, "hasError": false, "isReadOnly": false, "conditions": { "senderContains": [ "ADELE" ] }, "actions": { "stopProcessingRules": true, "forwardTo": [ { "emailAddress": { "name": "Alex Wilbur", "address": "AlexW@contoso.onmicrosoft.com" } } ] } }
Was this page helpful?