Get list messages

Scenario

Get a list of emails for a user in Microsoft Graph using a GET REST function and displaying the emails in a list jig. Press on an email to view the content of the email.

Resource links:

Required OAuth scope (least to most privilege):

Mail.ReadBasic Mail.ReadWrite Mail.Read

Messages
Messages

Examples and code snippets

General

index.jigx
name: ms-graph-demonstrator
title: MS Graph Demonstrator
description: A sample solution that uses the Microsoft Graph API. You can deploy and use this solution without any additional configuration.
category: business
tabs:
 home:
    jigId: view-user-jigx
    icon: home-apps-logo
 calendar: "2x2"
    jigId: calendar-summary
    icon: calendar
 meeting:
    jigId: next-meeting
    when: |
      [email protected]=null? false:true
    icon: meeting-remote
 emails:
    jigId: list-email-messages
    icon: email

Functions

MS Graph list messages function in GitHub.

Jigs

MS Graph messages jig in GitHub.

Last updated

Was this helpful?