Microsoft Graph Feature Requests
Welcome to the Microsoft Graph UserVoice! Do you have an idea or feature suggestion based on your experience with Microsoft Graph? Please share these with us by submitting your idea below or voting up ideas submitted by other users. This forum will be directly monitored by the Microsoft Graph engineering teams who are working on new features every day.
If you have feedback on a specific API service, please choose the corresponding category. Please submit any broad ideas related to Microsoft Graph or ideas across more than one service to the “General” category.
This site is only for feature suggestions and ideas! If you need technical help, please go to the Microsoft Graph StackOverflow or if you have a Premier support contract raise a support ticket.
For more information on Microsoft Graph, please checkout https://graph.microsoft.com.
-
We should be able to create hidden folder in user's mailbox. And Graph api should be capable of accessing that hidden folder
By graph api ,we should be able to created hidden folder and And Graph api should be capable of accessing that hidden folder and messages inside that folder.
32 votesThis feature is now available in public beta. You can access hidden mail folders via the /mailFolders API by adding a new query parameter called includeHiddenFolders. You can read more about the feature @ below links:
About Hidden Folders: https://docs.microsoft.com/en-us/graph/api/resources/mailfolder?view=graph-rest-beta#hidden-mail-folders
Get a list of hidden mailFolders: https://docs.microsoft.com/en-us/graph/api/user-list-mailfolders?view=graph-rest-beta&tabs=http#example-2-include-hidden-folders-in-the-signed-in-users-mailbox
Create a hidden mailFolder: https://docs.microsoft.com/en-us/graph/api/user-post-mailfolders?view=graph-rest-beta&tabs=http#request
-
Basic read access to users messages
The ability to access mail messages on behalf of a user without the body or attachments of the messages. This permission scope is similar to Mail.Read.
6 votesCurrently available in the beta endpoint as per blog post announcement https://developer.microsoft.com/en-us/graph/blogs/new-basic-read-access-to-a-users-mailbox/
-
Graph API Retrieving Nested Mail Attachments Not Available
Graph API Retrieving Nested Mail Attachments Not Available
We are using the Graph API to connect to an account using Java. We are able to make calls to retrieve user details, mail details, headers and attachments, etc… One of our use cases require us to retrieve information related to nested attached emails (e.g. an email in the account has an attached email. This email has an attached email and also some attached files). By using the Graph API, we are able to retrieve information related to the email including attachments https://graph.microsoft.com/v1.0/me/messages/{messageid}/?$expand=attachments. From what’s returned, we are able to…
9 votesThis feature is now available in public beta. You can export the contents of an item attachment as MIME and process it offline to find nested attachments. Documentation is available at https://docs.microsoft.com/en-us/graph/api/attachment-get?view=graph-rest-beta#get-the-raw-contents-of-a-file-or-item-attachment
-
Graph - Provide access to ItemAttachment bytes
In the EWS api we could download an email attachment that is itself an email (say message.eml) as a byte array, untouched. This does not appear to be possible in the Graph API. The itemAttachment is visible using $expand=microsoft.graph.itemattachment/item but only as exploded json and attachments to the itemAttachment itself are not there.
I work in a Search and Rescue environment (lives are at stake) and from an auditing/quality/completeness perspective I need to know exactly what was attached to the email (the bytes). I think the API needs to be enhanced to provide this. Can I suggest that the api…
18 votesThis feature is in public beta. You can fetch the raw byte streams of file attachments and MIME content of item attachments. You can read more about the feature @ https://docs.microsoft.com/en-us/graph/api/attachment-get?view=graph-rest-beta#get-the-raw-contents-of-a-file-or-item-attachment
- Don't see your idea?