Get-EmailMessageAttachment
  • 1 Minute to read
  • Dark
    Light
  • PDF

Get-EmailMessageAttachment

  • Dark
    Light
  • PDF

Article summary

Summary

Retrieves an existing email message attachment.

Get-EmailMessageAttachment
    -Id

Returns an email message attachment object.

Parameters

ParameterTypeRequired?Notes
IdInt32YesThe 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