mirror of
https://github.com/rustmailer/rustmailer.git
synced 2026-09-07 16:01:55 +00:00
chore(graph api): remove isReadReceiptRequested isRead parameters in create_reply
This commit is contained in:
+1
-3
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user