Get-EmailMessageAttachment
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-EmailMessageAttachment
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Retrieves an existing email message attachment.
Get-EmailMessageAttachment
-Id
Returns an email message attachment object.
Parameters
Parameter | Type | Required? | Notes |
---|---|---|---|
Id | Int32 | Yes | The email message attachment id. |
Examples
Get an existing email message attachment
This example retrieves a specific email message attachment and outputs it as JSON.
# TODO