Get an Email's Attachments
This operation retrieves the attachments from a specified Outlook email.
Note: This operation is part of the Outlook Book (BDK). To use this book, you need to first learn it in your agent.
Note: It requires the following permissions on the scopes: Mail.Read, Mail.ReadWrite, Mail.ReadBasic, Mail.ReadBasic.All, Mail.ReadWrite.Shared
Input Concepts
Concept | Description | Type | Required |
---|---|---|---|
email | The email from where the attachments will be retrieved | outlook email | Yes |
Output Concepts
Concept | Description | Type |
---|---|---|
attachments | All the attachments for the email | outlook attachment |
Examples
Retrieve all attachments for the specified email
use the above as the email
get the attachments from the email
Updated 7 days ago