# PamsAttachment

**Kind:** Interface

**Source:** `Outlook_plugin/src/attachement/attachement.model.ts` (line 2)

**Part of:** [Attachement](subsystem-outlook-plugin-src-attachement)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `size` | `number` |
| `contentType` | `string` |
| `content` | `string` |
| `hash` | `string` |
| `emailId` | `string` |
| `emailSubject` | `string` |
| `uploadDate` | `string` |
| `source` | `"outlook" | "compose" | "read"` |

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `Attachement` — `Outlook_plugin/src/attachement/attachement.service.ts`:1
