outlook.getAttachment returns an attachment by message and attachment ID.
automations/get-outlook-attachment.automation.ts
messageId and attachmentId. Optional second argument { account } selects the Microsoft binding.
Returns attachmentId, name, type, size, inline state, optional content metadata, and file: File when Graph returns base64 file bytes. Item and reference attachments generally don’t produce a File.