Created
August 15, 2022 12:13
-
-
Save dineshkumarkb/81a8247d1b7fe17b53e48dc229b9fac7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('a1049f67-e41a-4c43-961-4604e17')/messages", | |
| "@odata.nextLink": "https://graph.microsoft.com/v1.0/me/messages?$search=%22subject%3aTest+subject+email%22&top=1&$skiptoken=MSZZVlF4YlZwcVVUVmFWR2N4V1hreGFscHFVWGxNSGc9", | |
| "value": [ | |
| { | |
| "@odata.etag": "W/\"CQAAABYAAAB4JTob+Wwd80MYwNQJT\"", | |
| "id": "AAMkADA4NWYzMjliLWFkNzQtNGEzYS1hOTETYxNWQ3MGYyYmEzOABGAAAAAAAcrUN9WKzQR46Vn6UoXJxfBwBUaFNIx94JTob_Wwd80MYHAAAAAAEJAABUaFNIx94JTob_Wwd80MYHAACwp1kOAAA=", | |
| "createdDateTime": "2022-07-26T10:14:07Z", | |
| "lastModifiedDateTime": "2022-07-26T10:16:26Z", | |
| "changeKey": "CQAAABYAAABob+Wwd80MYHAACwNQJT", | |
| "categories": [], | |
| "receivedDateTime": "2022-07-26T10:16:14Z", | |
| "sentDateTime": "2022-07-26T10:16:13Z", | |
| "hasAttachments": true, | |
| "internetMessageId": "<[email protected]>", | |
| "subject": "Test subject email", | |
| "bodyPreview": "", | |
| "importance": "normal", | |
| "parentFolderId": "AQMkADA4NWYzMjliLWFkNzQtNGEzYS1hOTE0LTYxNWQ3MGYyYmEzOA-lsHfNDGBwAAAgEJAAAA", | |
| "conversationId": "AAQkADA4NWYzMjliLWFkNzQmEzOAAQAOWDumb5AwZMq2c7eQHxq38=", | |
| "conversationIndex": "AQHYoNhx5YO6ZvkDBkyrZzt5AfGrfw==", | |
| "isDeliveryReceiptRequested": false, | |
| "isReadReceiptRequested": false, | |
| "isRead": true, | |
| "isDraft": false, | |
| "webLink": "https://outlook.office365.com/owa/?ItemID=AAMkADA4NWYzMjliLWFkNzQ%2BWwd80MYHAACwp1kOAAA%3D&exvsurl=1&viewmodel=ReadMessageItem", | |
| "inferenceClassification": "focused", | |
| "body": { | |
| "contentType": "html", | |
| "content": "<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><meta name=\"Generator\" content=\"Microsoft Word 15 (filtered medium)\"><style>\r\n<!--\r\n@font-face\r\n\t{font-family:\"Cambria Math\"}\r\n@font-face\r\n\t{font-family:Calibri}\r\np.MsoNormal, li.MsoNormal, div.MsoNormal\r\n\t{margin:0cm;\r\n\tfont-size:11.0pt;\r\n\tfont-family:\"Calibri\",sans-serif}\r\nspan.EmailStyle17\r\n\t{font-family:\"Calibri\",sans-serif;\r\n\tcolor:windowtext}\r\n.MsoChpDefault\r\n\t{font-family:\"Calibri\",sans-serif}\r\n@page WordSection1\r\n\t{margin:72.0pt 72.0pt 72.0pt 72.0pt}\r\ndiv.WordSection1\r\n\t{}\r\n-->\r\n</style></head><body lang=\"EN-IN\" link=\"#0563C1\" vlink=\"#954F72\" style=\"word-wrap:break-word\"><div class=\"WordSection1\"><p class=\"MsoNormal\"> </p></div></body></html>" | |
| }, | |
| "sender": { | |
| "emailAddress": { | |
| "name": "sender", | |
| "address": "[email protected]" | |
| } | |
| }, | |
| "from": { | |
| "emailAddress": { | |
| "name": "Dinesh", | |
| "address": "[email protected]" | |
| } | |
| }, | |
| "toRecipients": [ | |
| { | |
| "emailAddress": { | |
| "name": "sender", | |
| "address": "[email protected]" | |
| } | |
| } | |
| ], | |
| "ccRecipients": [], | |
| "bccRecipients": [], | |
| "replyTo": [], | |
| "flag": { | |
| "flagStatus": "notFlagged" | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment