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

# SuperOffice.WebApi.Data.TaskType

# <a id="SuperOffice_WebApi_Data_TaskType" /> Enum TaskType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Value for field 'record\_type' in table 'task'. Controls icons used in GUI
This Enum is used by:  Task.record\_type

```csharp theme={null}
public enum TaskType : short
```

## Fields

`Appointment = 1`

1: The task is an appointment

`Document = 2`

2: The task is a document

`Email = 3`

3: The task is an email

`Fax = 4`

4: The task is a fax

`MailMergeDraft = 7`

7: Mail merge draft document

`MailMergeFinal = 8`

8: Merged result of mail merge

`Phone = 5`

5: The task is a phone call

`Report = 9`

9: Saved report run

`SaintAll = 10`

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

`ToDo = 6`

6: The task is a To-do

`Unknown = 0`

0: This task is of an unknown/undecided type


## Related topics

- [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)
- [SuperOffice.WebApi.Data.TaskListItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.TaskListItem.md)
- [SuperOffice.WebApi.Data.Appointment CreateDefaultAppointmentEntityByTypeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_CreateDefaultAppointmentEntityByTypeRequest.md)
- [SuperOffice.WebApi.Data.Appointment CreateDefaultAppointmentEntityByTypeAndAssociateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_CreateDefaultAppointmentEntityByTypeAndAssociateRequest.md)
