Skip to content

MS Mail

RogerSelwyn edited this page Jun 5, 2024 · 1 revision

Start up

The following calls are made:

Every 30 seconds:

  • (GET) URL: https://graph.microsoft.com/v1.0/me/mailFolders/{obscure_guid}
    • {'params': {'$top': 5, '$orderby': 'receivedDateTime desc', '$select': 'flag,hasAttachments,from,toRecipients,receivedDateTime,attachments,subject,isRead,sender,ccRecipients,importance'}, 'headers': {}, 'allow_redirects': True, 'verify': True}
    • Get required mails
Clone this wiki locally