chore(graph api): remove isReadReceiptRequested isRead parameters in create_reply

This commit is contained in:
rustmailer
2025-12-10 01:45:11 +08:00
parent 49ba67a7d2
commit 99e18e494c
+1 -3
View File
@@ -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");