Get an Email's Attachments

Retrieves the attachments from a specified Outlook email.

This procedure is part of the Microsoft Outlook Book (BDK). To use this book, you must 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

Last updated

Was this helpful?