diff --git a/src/modules/cache/vendor/outlook/sync/client.rs b/src/modules/cache/vendor/outlook/sync/client.rs index 3612e43..b70ef31 100644 --- a/src/modules/cache/vendor/outlook/sync/client.rs +++ b/src/modules/cache/vendor/outlook/sync/client.rs @@ -359,9 +359,7 @@ impl OutlookClient { "body": { "contentType": content_type, "content": content, - }, - "isReadReceiptRequested": true, - "isRead": false + } }); client.patch(&url, &access_token, &data).await?; let url = format!("https://graph.microsoft.com/v1.0/me/mailFolders/drafts");