Download an Attachment

Downloads an attachment from a specified Outlook event or email.

This procedure is part of the Microsoft Outlook Book (BDK). To use this book, you must first learn it in your agent.

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?