Download an Attachment
Downloads an attachment from a specified Outlook event or email.
Note: This operation requires the following permissions on the application: Calendars.ReadBasic, Calendars.Read, Calendars.ReadWrite
Input Concepts
Concept
Description
Type
Required
attachment
The attachment that will be downloaded
outlook attachment
Yes
Output Concepts
Concept
Description
Type
answer
The attachment as a file object
file
Examples
Download the attachment for the specified event
get users from office365 whose mail is "[email protected]"
get the first user
get the above's events from outlook
get the first event
get the above's attachments
get the first attachment
use the above as the attachment
download the attachment
Last updated
Was this helpful?