{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin users.mailFolder API", "version": "1.0.0" }, "items": [ { "info": { "name": "users.mailFolder", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get messageRules from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messageRules", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messageRules", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get messageRules from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messageRules/:messageRule-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messageRules/:messageRule-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property messageRules for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messageRules/:messageRule-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messageRules/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get messages from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property messages for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get media content for the navigation property messages from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/$value", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/$value", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/attachments", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/attachments", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get attachments from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/attachments/:attachment-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/attachments/:attachment-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/attachments/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/attachments/createUploadSession", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/extensions", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/extensions", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get extensions from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/extensions/:extension-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/extensions/:extension-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property extensions for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/extensions/:extension-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/extensions/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/copy", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/createForward", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/createReply", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/createReplyAll", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/forward", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/move", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/permanentDelete", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/reply", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/replyAll", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/:message-id/send", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/messages/delta()", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 Get messageRules from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messageRules", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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": "The collection of rules that apply to the user's Inbox folder." }, { "info": { "name": "Microsoft Graph Create new navigation property to messageRules for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messageRules", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to messageRules for users" }, { "info": { "name": "Microsoft Graph Get messageRules from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messageRules/:messageRule-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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": "The collection of rules that apply to the user's Inbox folder." }, { "info": { "name": "Microsoft Graph Update the navigation property messageRules in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messageRules/:messageRule-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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": "Microsoft Graph Update the navigation property messageRules in users" }, { "info": { "name": "Microsoft Graph Delete navigation property messageRules for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messageRules/:messageRule-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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": "Microsoft Graph Delete navigation property messageRules for users" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messageRules/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 Get messages from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messages", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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": "The collection of messages in the mailFolder." }, { "info": { "name": "Microsoft Graph Create new navigation property to messages for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messages", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to messages for users" }, { "info": { "name": "Microsoft Graph Get messages from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property messages for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get media content for the navigation property messages from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/$value", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 Update media content for the navigation property messages in users", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/$value", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/attachments", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/attachments", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get attachments from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/attachments/:attachment-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/attachments/:attachment-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/attachments/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/attachments/createUploadSession", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/extensions", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/extensions", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get extensions from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/extensions/:extension-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/extensions/:extension-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property extensions for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/extensions/:extension-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/extensions/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/copy", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/createForward", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/createReply", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/createReplyAll", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/forward", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/move", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/permanentDelete", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/reply", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/replyAll", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/messages/:message-id/send", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/messages/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/messages/delta()", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 Get mailFolders from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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": "The user's mail folders. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to mailFolders for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to mailFolders for users" }, { "info": { "name": "Microsoft Graph Get mailFolders from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "mailFolder-id", "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 user's mail folders. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property mailFolders in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property mailFolders in users" }, { "info": { "name": "Microsoft Graph Delete navigation property mailFolders for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ] }, "docs": "Microsoft Graph Delete navigation property mailFolders for users" }, { "info": { "name": "Microsoft Graph Get childFolders from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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": "The collection of child folders in the mailFolder." }, { "info": { "name": "Microsoft Graph Create new navigation property to childFolders for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "mailFolder-id", "value": "", "type": "path", "description": "The unique identifier of mailFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to childFolders for users" }, { "info": { "name": "Microsoft Graph Get childFolders from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property childFolders for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Invoke action copy", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/copy", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/move", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/childFolders/:mailFolder-id1/permanentDelete", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/childFolders/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/childFolders/delta()", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 Invoke action copy", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/mailFolders/:mailFolder-id/copy", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/move", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/:mailFolder-id/permanentDelete", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/mailFolders/delta()", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 }