> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for TaskType

> Lists the enum values for TaskType.

## TaskType Enum

1 = app, 2 = doc, 3 = email, 4 = fax, 5 = phone, 6 = todo - see EAppntRecordTypes

| Name           | Value | Description                                                                                                                                                |
| -------------- | ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Unknown        | 0     | This task is of an unknown/undecided type                                                                                                                  |
| Appointment    | 1     | The task is an appointment                                                                                                                                 |
| Document       | 2     | The task is a document                                                                                                                                     |
| Email          | 3     | The task is an email                                                                                                                                       |
| Fax            | 4     | The task is a fax                                                                                                                                          |
| Phone          | 5     | The task is a phone call                                                                                                                                   |
| ToDo           | 6     | The task is a To-do                                                                                                                                        |
| MailMergeDraft | 7     | Mail merge draft document                                                                                                                                  |
| MailMergeFinal | 8     | Merged result of mail merge                                                                                                                                |
| Report         | 9     | Saved report run                                                                                                                                           |
| SaintAll       | 10    | All' choice for Saint, every activity is recorded under this type as well as the specific type. This is NOT an acceptable value for an individual activity |

## Usage

* [Task](../task).record\_type - Task list table, activity types, like Phone, Meeting


## Related topics

- [Enum TaskType](/en/automation/crmscript/reference/CRMScript.NetServer.TaskType.md)
- [SuperOffice.WebApi.Data.TaskType](/en/api/reference/webapi/SuperOffice.WebApi.Data.TaskType.md)
- [Enum values for TaskListItemType](/en/database/tables/enums/tasklistitemtype.md)
- [SuperOffice.WebApi.Data.TaskMenu](/en/api/reference/webapi/SuperOffice.WebApi.Data.TaskMenu.md)
- [SuperOffice.WebApi.Data.Appointment](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment.md)
- [SuperOffice.WebApi.Data.TaskListItemType](/en/api/reference/webapi/SuperOffice.WebApi.Data.TaskListItemType.md)
