{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin me.mailFolder API", "version": "1.0.0" }, "items": [ { "info": { "name": "me.mailFolder", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List mailFolders", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders", "params": [ { "name": "includeHiddenFolders", "value": "", "type": "query", "description": "Include Hidden Folders" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the mail folder collection directly under the root folder of the signed-in user. The returned collection includes any mail search folders directly under the root. By default, this operation does not return hidden folders. Use a query parameter includeHiddenFolders to include them in the response. This operation does not return all mail folders in a mailbox, only the child folders of the root folder. To return all mail folders in a mailbox, each child folder must be traversed separately." }, { "info": { "name": "Microsoft Graph Create MailFolder", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders", "body": { "type": "json", "data": "{}" } }, "docs": "Use this API to create a new mail folder in the root folder of the user's mailbox. If you intend a new folder to be hidden, you must set the isHidden property to true on creation." }, { "info": { "name": "Microsoft Graph Get mailFolder", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of a message folder object. The following list shows the two existing scenarios where an app can get another user's mail folder:" }, { "info": { "name": "Microsoft Graph Update mailfolder", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of mailfolder object." }, { "info": { "name": "Microsoft Graph Delete mailFolder", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ] }, "docs": "Delete the specified mailFolder. The folder can be a mailSearchFolder. You can specify a mail folder by its folder ID, or by its well-known folder name, if one exists." }, { "info": { "name": "Microsoft Graph List childFolders", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "includeHiddenFolders", "value": "", "type": "query", "description": "Include Hidden Folders" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the folder collection under the specified folder. You can use the .../me/mailFolders shortcut to get the top-level\r\nfolder collection and navigate to another folder. By default, this operation does not return hidden folders. Use a query parameter includeHiddenFolders to include them in the response." }, { "info": { "name": "Microsoft Graph Create child folder", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use this API to create a new child mailFolder. If you intend a new folder to be hidden, you must set the isHidden property to true on creation." }, { "info": { "name": "Microsoft Graph Get childFolders from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "includeHiddenFolders", "value": "", "type": "query", "description": "Include Hidden Folders" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of child folders in the mailFolder." }, { "info": { "name": "Microsoft Graph Update the navigation property childFolders in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property childFolders in me" }, { "info": { "name": "Microsoft Graph Delete navigation property childFolders for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ] }, "docs": "Microsoft Graph Delete navigation property childFolders for me" }, { "info": { "name": "Microsoft Graph Get messageRules from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messageRules", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of rules that apply to the user's Inbox folder." }, { "info": { "name": "Microsoft Graph Create new navigation property to messageRules for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messageRules", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to messageRules for me" }, { "info": { "name": "Microsoft Graph Get messageRules from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messageRules/:messageRule-id", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "messageRule-id", "value": "", "type": "path", "description": "The unique identifier of messageRule" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of rules that apply to the user's Inbox folder." }, { "info": { "name": "Microsoft Graph Update the navigation property messageRules in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messageRules/:messageRule-id", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "messageRule-id", "value": "", "type": "path", "description": "The unique identifier of messageRule" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property messageRules in me" }, { "info": { "name": "Microsoft Graph Delete navigation property messageRules for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messageRules/:messageRule-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "messageRule-id", "value": "", "type": "path", "description": "The unique identifier of messageRule" } ] }, "docs": "Microsoft Graph Delete navigation property messageRules for me" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messageRules/$count", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get messages from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of messages in the mailFolder." }, { "info": { "name": "Microsoft Graph Create new navigation property to messages for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to messages for me" }, { "info": { "name": "Microsoft Graph Get messages from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of messages in the mailFolder." }, { "info": { "name": "Microsoft Graph Update the navigation property messages in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property messages in me" }, { "info": { "name": "Microsoft Graph Delete navigation property messages for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ] }, "docs": "Microsoft Graph Delete navigation property messages for me" }, { "info": { "name": "Microsoft Graph Get media content for the navigation property messages from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/$value", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Update media content for the navigation property messages in me", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/$value", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Delete media content for the navigation property messages in me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Get attachments from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/attachments", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The fileAttachment and itemAttachment attachments for the message." }, { "info": { "name": "Microsoft Graph Create new navigation property to attachments for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/attachments", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to attachments for me" }, { "info": { "name": "Microsoft Graph Get attachments from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/attachments/:attachment-id", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "attachment-id", "value": "", "type": "path", "description": "The unique identifier of attachment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The fileAttachment and itemAttachment attachments for the message." }, { "info": { "name": "Microsoft Graph Delete navigation property attachments for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/attachments/:attachment-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "attachment-id", "value": "", "type": "path", "description": "The unique identifier of attachment" } ] }, "docs": "Microsoft Graph Delete navigation property attachments for me" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/attachments/$count", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke action createUploadSession", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/attachments/createUploadSession", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can" }, { "info": { "name": "Microsoft Graph Get extensions from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/extensions", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of open extensions defined for the message. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to extensions for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/extensions", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to extensions for me" }, { "info": { "name": "Microsoft Graph Get extensions from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/extensions/:extension-id", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of open extensions defined for the message. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property extensions in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/extensions/:extension-id", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property extensions in me" }, { "info": { "name": "Microsoft Graph Delete navigation property extensions for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/extensions/:extension-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" } ] }, "docs": "Microsoft Graph Delete navigation property extensions for me" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/extensions/$count", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke action copy", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/copy", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Copy a message to a folder within the user's mailbox." }, { "info": { "name": "Microsoft Graph Invoke action createForward", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/createForward", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:\r\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\r\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.\r\n- Update the draft later to add content to the body or change other messa" }, { "info": { "name": "Microsoft Graph Invoke action createReply", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/createReply", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:\r\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\r\n- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.\r\n- You can update the draft later to add reply content to the body or change oth" }, { "info": { "name": "Microsoft Graph Invoke action createReplyAll", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/createReplyAll", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:\r\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\r\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and " }, { "info": { "name": "Microsoft Graph Invoke action forward", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/forward", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Forward a message using either JSON or MIME format. When using JSON format, you can:\r\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\r\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:\r\n- Provide the applicable Internet message headers and the MIME content, all" }, { "info": { "name": "Microsoft Graph Invoke action move", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/move", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message." }, { "info": { "name": "Microsoft Graph Invoke action permanentDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/permanentDelete", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ] }, "docs": "Microsoft Graph Invoke action permanentDelete" }, { "info": { "name": "Microsoft Graph Invoke action reply", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/reply", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Reply to the sender of a message using either JSON or MIME format. When using JSON format:\r\n* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\r\n* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\r\n- Provide the applicable Internet message header" }, { "info": { "name": "Microsoft Graph Invoke action replyAll", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/replyAll", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Reply to all recipients of a message using either JSON or MIME format. When using JSON format:\r\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\r\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\r\n- Provide the applicable Internet message he" }, { "info": { "name": "Microsoft Graph Invoke action send", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/send", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ] }, "docs": "Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/$count", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/delta()", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "changeType", "value": "", "type": "query", "description": "A custom query option to filter the delta response based on the type of change. Supported values are created, updated or deleted." }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every" }, { "info": { "name": "Microsoft Graph Invoke action copy", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/copy", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Copy a mailfolder and its contents to another mailfolder." }, { "info": { "name": "Microsoft Graph Invoke action move", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/move", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Move a mailfolder and its contents to another mailfolder." }, { "info": { "name": "Microsoft Graph Invoke action permanentDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/permanentDelete", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "mailFolder-id1", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ] }, "docs": "Microsoft Graph Invoke action permanentDelete" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/$count", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "includeHiddenFolders", "value": "", "type": "query", "description": "Include Hidden Folders" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/childFolders/delta()", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls,\r\nyou can query for incremental changes in the mail folders. This allows you to maintain and synchronize\r\na local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time." }, { "info": { "name": "Microsoft Graph List rules", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messageRules", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get all the messageRule objects defined for the user's inbox." }, { "info": { "name": "Microsoft Graph Create rule", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messageRules", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions." }, { "info": { "name": "Microsoft Graph Get rule", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messageRules/:messageRule-id", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "messageRule-id", "value": "", "type": "path", "description": "The unique identifier of messageRule" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the properties and relationships of a messageRule object." }, { "info": { "name": "Microsoft Graph Update rule", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messageRules/:messageRule-id", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "messageRule-id", "value": "", "type": "path", "description": "The unique identifier of messageRule" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Change writable properties on a messageRule object and save the changes." }, { "info": { "name": "Microsoft Graph Delete messageRule", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messageRules/:messageRule-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "messageRule-id", "value": "", "type": "path", "description": "The unique identifier of messageRule" } ] }, "docs": "Delete the specified messageRule object." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messageRules/$count", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List messages", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get all the messages in the specified user's mailbox, or those messages in a specified folder in the mailbox." }, { "info": { "name": "Microsoft Graph Create message in a mailfolder", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use this API to create a new Message in a mailfolder." }, { "info": { "name": "Microsoft Graph Get messages from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of messages in the mailFolder." }, { "info": { "name": "Microsoft Graph Update the navigation property messages in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property messages in me" }, { "info": { "name": "Microsoft Graph Delete navigation property messages for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ] }, "docs": "Microsoft Graph Delete navigation property messages for me" }, { "info": { "name": "Microsoft Graph List messages", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/$value", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ] }, "docs": "Get all the messages in the specified user's mailbox, or those messages in a specified folder in the mailbox." }, { "info": { "name": "Microsoft Graph Update media content for the navigation property messages in me", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/$value", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Delete media content for the navigation property messages in me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Get attachments from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/attachments", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The fileAttachment and itemAttachment attachments for the message." }, { "info": { "name": "Microsoft Graph Create new navigation property to attachments for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/attachments", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to attachments for me" }, { "info": { "name": "Microsoft Graph Get attachments from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/attachments/:attachment-id", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "attachment-id", "value": "", "type": "path", "description": "The unique identifier of attachment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The fileAttachment and itemAttachment attachments for the message." }, { "info": { "name": "Microsoft Graph Delete navigation property attachments for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/attachments/:attachment-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "attachment-id", "value": "", "type": "path", "description": "The unique identifier of attachment" } ] }, "docs": "Microsoft Graph Delete navigation property attachments for me" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/attachments/$count", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke action createUploadSession", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/attachments/createUploadSession", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can" }, { "info": { "name": "Microsoft Graph Get extensions from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/extensions", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of open extensions defined for the message. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to extensions for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/extensions", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to extensions for me" }, { "info": { "name": "Microsoft Graph Get extensions from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/extensions/:extension-id", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of open extensions defined for the message. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property extensions in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/extensions/:extension-id", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property extensions in me" }, { "info": { "name": "Microsoft Graph Delete navigation property extensions for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/extensions/:extension-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" } ] }, "docs": "Microsoft Graph Delete navigation property extensions for me" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/extensions/$count", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke action copy", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/copy", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Copy a message to a folder within the user's mailbox." }, { "info": { "name": "Microsoft Graph Invoke action createForward", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/createForward", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:\r\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\r\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.\r\n- Update the draft later to add content to the body or change other messa" }, { "info": { "name": "Microsoft Graph Invoke action createReply", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/createReply", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:\r\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\r\n- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.\r\n- You can update the draft later to add reply content to the body or change oth" }, { "info": { "name": "Microsoft Graph Invoke action createReplyAll", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/createReplyAll", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:\r\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\r\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and " }, { "info": { "name": "Microsoft Graph Invoke action forward", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/forward", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Forward a message using either JSON or MIME format. When using JSON format, you can:\r\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\r\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:\r\n- Provide the applicable Internet message headers and the MIME content, all" }, { "info": { "name": "Microsoft Graph Invoke action move", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/move", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message." }, { "info": { "name": "Microsoft Graph Invoke action permanentDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/permanentDelete", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ] }, "docs": "Microsoft Graph Invoke action permanentDelete" }, { "info": { "name": "Microsoft Graph Invoke action reply", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/reply", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Reply to the sender of a message using either JSON or MIME format. When using JSON format:\r\n* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\r\n* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\r\n- Provide the applicable Internet message header" }, { "info": { "name": "Microsoft Graph Invoke action replyAll", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/replyAll", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Reply to all recipients of a message using either JSON or MIME format. When using JSON format:\r\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\r\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\r\n- Provide the applicable Internet message he" }, { "info": { "name": "Microsoft Graph Invoke action send", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/:message-id/send", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "message-id", "value": "", "type": "path", "description": "The unique identifier of message" } ] }, "docs": "Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/$count", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/messages/delta()", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" }, { "name": "changeType", "value": "", "type": "query", "description": "A custom query option to filter the delta response based on the type of change. Supported values are created, updated or deleted." }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\r\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\r\nhaving to fetch the entire set of messages from the server every" }, { "info": { "name": "Microsoft Graph Invoke action copy", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/copy", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Copy a mailfolder and its contents to another mailfolder." }, { "info": { "name": "Microsoft Graph Invoke action move", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/move", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Move a mailfolder and its contents to another mailfolder." }, { "info": { "name": "Microsoft Graph Invoke action permanentDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/:mailFolder-id/permanentDelete", "params": [ { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ] }, "docs": "Microsoft Graph Invoke action permanentDelete" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/$count", "params": [ { "name": "includeHiddenFolders", "value": "", "type": "query", "description": "Include Hidden Folders" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailFolders/delta()", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriately\r\napplying state tokens in one or more of these calls,\r\nyou can query for incremental changes in the mail folders. This allows you to maintain and synchronize\r\na local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time." } ] } ], "bundled": true }