# SearchForEmailResponse

**Kind:** Interface

**Source:** `Outlook_plugin/src/auth/auth.model.ts` (line 20)

**Part of:** [Auth](subsystem-outlook-plugin-src-auth)

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `Name` | `string` |
| `Email` | `string` |
| `RelatedToTypeId` | `number` |
| `RelatedTo` | `string` |
| `Mobiles` | `string[]` |
| `Phones` | `string[]` |

## Used by

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

### Imported by (2)

- `Auth` — `Outlook_plugin/src/auth/auth.service.ts`:1
- `handleErrorResponse` — `Outlook_plugin/src/taskpane/taskpane.ts`:69
