# Activities

**Kind:** Class

**Source:** `Outlook_plugin/src/activity/activity.model.ts` (line 8)

**Part of:** [Activity](subsystem-outlook-plugin-src-activity)

## Properties

| Property | Type |
|---|---|
| `ActivityID` | `number` |
| `Title` | `string` |
| `ActivityLocationID` | `number` |
| `AddressID` | `number` |
| `Description` | `string` |
| `ActivityStatusID` | `number` |
| `ActivityTypeID` | `number` |
| `PriorityID` | `number` |
| `StartDate` | `Date` |
| `EndDate` | `Date` |
| `IsAllDayEvent` | `boolean` |
| `IsLimitedToMembers` | `boolean` |
| `IsAllowedToEdit` | `boolean` |
| `TaskID` | `number` |
| `CompanyBranchID` | `number` |
| `PreparedByID` | `number` |
| `PreparedByName` | `string` |
| `CallUseID` | `number` |
| `Phone` | `string` |
| `Sender` | `string` |
| `ActivityLocation` | `ActivityLocation` |
| `Tags` | `Tag[]` |
| `Reminder` | `Reminder[]` |
| `ActivityParticipants` | `ActivityParticipant[]` |
| `OldPaticipants` | `string[]` |
| `ActivityPurposes` | `ActivityPurpose[]` |
| `ActivityEMails` | `ActivityEMail[]` |
| `ActivityTopics` | `ActivityTopic[]` |
| `OutlookConversationId` | `string` |
| `OutlookItemId` | `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)

- `Activity` — `Outlook_plugin/src/activity/activity.service.ts`:1
- `handleErrorResponse` — `Outlook_plugin/src/taskpane/taskpane.ts`:69
