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

> Lists the enum values for DocTmplType.

## DocTmplType Enum

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

| Name        | Value | Description                                             |
| ----------- | ----- | ------------------------------------------------------- |
| Unknown     | 0     | The document type is unknown/undecided                  |
| Appointment | 1     | (not used for document templates)                       |
| Document    | 2     | Generic text document (for instance, a letter)          |
| Email       | 3     | Email message                                           |
| Fax         | 4     | Facsimile                                               |
| Phone       | 5     | (not used for document templates)                       |
| Todo        | 6     | (not used for document templates)                       |
| MergeDraft  | 7     | Template for mailmerge operations                       |
| MergeFinal  | 8     | Result of a mailmerge operation                         |
| SavedReport | 9     | Saved result of running a report (output from Reporter) |

## Usage

* [DocTmpl](../doctmpl).record\_type - DocTmpl list table. Describes templates available for writing new documents.


## Related topics

- [Enum DocTmplType](/en/automation/crmscript/reference/CRMScript.NetServer.DocTmplType.md)
- [SuperOffice.WebApi.Data.DocTmplType](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocTmplType.md)
- [Enum values for DocTmplInvitationType](/en/database/tables/enums/doctmplinvitationtype.md)
- [Enum values for DocTmplPrivacyType](/en/database/tables/enums/doctmplprivacytype.md)
- [Enum values for DocTmplQuoteType](/en/database/tables/enums/doctmplquotetype.md)
- [Enum DocTmplInvitationType](/en/automation/crmscript/reference/CRMScript.NetServer.DocTmplInvitationType.md)
