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

> Is this document template some kind of quote document, and if so what

Is this document template some kind of quote document, and if so what

## Syntax

```crmscript theme={null}
DocTmplQuoteType
```

## Fields

| Name                 | Description                                                                                                  |
| -------------------- | ------------------------------------------------------------------------------------------------------------ |
| None                 | This document template is in no way related to Quote Management                                              |
| MailBody             | This is a template for the offer mail body                                                                   |
| MainDocument         | This is a template for the main offer document, document instances will be referred through Quote.DocumentId |
| QuoteLines           | This is a template for the AsposeWords merge process, generating the offer line details                      |
| ConfirmationMailBody | This is a template for the mail body of the order confirmation                                               |
| ConfirmationLines    | This is a template for the lines document that is an attachment to the confirmation mail                     |


## Related topics

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