# ContactPersons

**Kind:** Class

**Source:** `Outlook_plugin/src/contacts/contact.model.ts` (line 1)

**Part of:** [Contacts](subsystem-outlook-plugin-src-contacts)

## Properties

| Property | Type |
|---|---|
| `ContactPersonID` | `number` |
| `Title` | `string` |
| `Name` | `string` |
| `Postion` | `string` |
| `Department` | `string` |
| `RelatedToID` | `number` |
| `CompanyBranchID` | `number` |
| `ContactPersonRelatedTypeID` | `number` |
| `Phone` | `string` |
| `Mobile` | `string` |
| `Email` | `string` |
| `Fax` | `string` |
| `Website` | `string` |
| `OnlineSupport` | `string` |
| `Comments` | `string` |
| `ImgPath` | `string` |
| `ContactReferences` | `ContactPersonReference[]` |
| `ContactInfoList` | `ContactInfo[]` |
| `CreatedAt` | `Date` |
| `CreatedBy` | `string` |
| `ModifiedAt` | `Date` |
| `ModifiedBy` | `string` |
| `Account` | `string` |
| `_isSelected` | `boolean` |

## 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)

- `Contact` — `Outlook_plugin/src/contacts/contact.service.ts`:1
- `handleErrorResponse` — `Outlook_plugin/src/taskpane/taskpane.ts`:69
