Outlook Attachment Component

Overview

This flow can be used to as an example of how to handle OAuth 2 Authorization Code Flow within mobile clients on Novacura Flow.

  • The starting point of application

  • Select OAuth 2.0 Authorization Code Flow to start the application

Login and Redirect

  • Login using your Microsoft Active Directory credentials

  • Once successfully select Continue to sign in to Microsoft Graph

  • It automatically redirects to incoming messages

List Messages

  • Select from a List of Messages from Outlook

All messages other than draft messages are currently shown. You can filter this further by changing the filter variable in the connector if required (currently set to isDraft eq false).

For more information see List Messages API.

Review Attachments

  • Link to a WebView of the message

  • Review all attachments in the email (including inline attachments)

For more information see List Attachments API.

Last updated