# EmailData

**Kind:** Class

**Source:** `Frontend/src/app/models/sales/new-job/job.model.ts` (line 763)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Properties

| Property | Type |
|---|---|
| `Sender` | `string` |
| `ReceiversTo` | `string[]` |
| `ReceiversCC` | `string[]` |
| `ReceiversBCC` | `string[]` |
| `Title` | `string` |
| `Body` | `string` |
| `UseTemplate` | `boolean` |
| `TemplatePath` | `string` |
| `Attachments` | `Attachment[]` |

## Used by

10 references from 10 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (10)

- `InvoiceDetailsComponent` — `Frontend/src/app/components/invoices/invoice-details/invoice-details.component.ts`:1
- `DirectCostTransactionsDetailsComponent` — `Frontend/src/app/components/job-costing/direct-cost-transactions-details/direct-cost-transactions-details.component.ts`:1
- `JobCostingDetailsComponent` — `Frontend/src/app/components/job-costing/job-costing-details/job-costing-details.component.ts`:1
- `ProcurementDetailsComponent` — `Frontend/src/app/components/procurement/procurement-details/procurement-details.component.ts`:1
- `ProcurementService` — `Frontend/src/app/components/procurement/procurement.service.ts`:1
- `PurchasingDetailsComponent` — `Frontend/src/app/components/purchasing/purchasing-details/purchasing-details.component.ts`:1
- `NewJobComponent` — `Frontend/src/app/components/sales/new-job/new-job.component.ts`:1
- `PurchasingService` — `Frontend/src/app/services/purchasing/purchasing.service.ts`:1

…and 2 more.
