Connectors
...
Actions
Expand and Get Item Properties Attached to Message
5 min
description retrieves properties of an email attachment in microsoft graph api using the provided email address, email id, and attachment id endpoint url /v1 0/users/{{email address}}/messages/{{email id}}/attachments/{{attachment id}}/ method get inputs path parameters (object) – required email address (string) – required the account associated with the email email id (string) – required the id of the email to retrieve attachments from attachment id (string) – required attachment id remove content bytes (boolean) remove content bytes from the response parameters (object) $expand (string) to get the properties of an item attachment (contact, event, or message) output output parameters status code (number) reason (string) json body (object) @odata context (string) @odata type (string) id (string) lastmodifieddatetime (string) name (string) contenttype (object) size (number) isinline (boolean) item\@odata associationlink (string) item\@odata navigationlink (string) item (object) @odata type (string) id (string) createddatetime (string) lastmodifieddatetime (string) receiveddatetime (string) sentdatetime (string) hasattachments (boolean) internetmessageid (string) subject (string) bodypreview (string) importance (string) conversationid (string) conversationindex (string) isdeliveryreceiptrequested (boolean) isreadreceiptrequested (boolean) isread (boolean) isdraft (boolean) weblink (string) internetmessageheaders (array) name (string) value (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) flag (object) flagstatus (string) attachments (array) @odata type (string) @odata mediacontenttype (string) id (string) lastmodifieddatetime (string) name (string) contenttype (string) size (number) isinline (boolean) contentid (object) contentlocation (object) response headers header type cache control string transfer encoding string content type string content encoding string vary string strict transport security string request id string client request id string x ms ags diagnostic string date string