Connectors
...
Actions
Get Emails from a Folder
5 min
description retrieve emails from a specified folder in a user's mailbox on microsoft graph api using the email address and folder id endpoint url /v1 0/users/{{email address}}/mailfolders/{{folder id}}/messages method get inputs path parameters (object) – required path parameters email address (string) – required the account associated with the email folder id (string) – required the folder to get emails from parameters (object) url query parameters count (string) include a count of the total number of items in a collection alongside the page of data values returned from microsoft graph filter (string) use the $filter query parameter to retrieve just a subset of a collection for guidance on using $filter, see https //learn microsoft com/en us/graph/filter query parameter https //learn microsoft com/en us/graph/filter query parameter orderby (string) to sort the results in ascending or descending order, append either asc or desc to the field name, separated by a space top (number) sets the page size of results headers (object) prefer (string) the format of the body and uniquebody properties to be returned in values can be "text" or "html" a preference applied header is returned as confirmation if this prefer header is specified if the header is not specified, the body and uniquebody properties are returned in html format output output parameters status code (number) reason (string) json body (object) @odata context (string) @odata count (number) value (array) @odata etag (string) id (string) createddatetime (string) lastmodifieddatetime (string) changekey (string) categories (array) file name (string) – required file (string) – required receiveddatetime (string) sentdatetime (string) hasattachments (boolean) internetmessageid (string) subject (string) bodypreview (string) importance (string) parentfolderid (string) conversationid (string) conversationindex (string) isdeliveryreceiptrequested (object) isreadreceiptrequested (boolean) isread (boolean) isdraft (boolean) weblink (string) inferenceclassification (string) body (object) contenttype (string) content (string) sender (object) emailaddress (object) name (string) address (string) from (object) emailaddress (object) name (string) address (string) torecipients (array) emailaddress (object) name (string) address (string) ccrecipients (array) file name (string) – required file (string) – required bccrecipients (array) file name (string) – required file (string) – required replyto (array) file name (string) – required file (string) – required flag (object) flagstatus (string) @odata type (string) meetingmessagetype (string) type (string) isoutofdate (boolean) isallday (boolean) isdelegated (boolean) responserequested (boolean) allownewtimeproposals (object) meetingrequesttype (string) startdatetime (object) datetime (string) timezone (string) enddatetime (object) datetime (string) timezone (string) recurrence (object) previouslocation (object) previousstartdatetime (object) previousenddatetime (object) @odata nextlink (string) response headers header type cache control string transfer encoding string content type string content encoding string strict transport security string request id string client request id string x ms ags diagnostic string date string