> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum EMailMergeTargetType

> What type of delivery system to use for a mail merge

What type of delivery system to use for a mail merge

## Syntax

```crmscript theme={null}
EMailMergeTargetType
```

## Fields

| Name       | Description                                                                         |
| ---------- | ----------------------------------------------------------------------------------- |
| BestFit    | Default to mail, then fax, then printer                                             |
| Electronic | Default to mail, then fax                                                           |
| Mail       | Deliver by mail                                                                     |
| Fax        | Deliver by fax                                                                      |
| Printer    | Deliver to printer                                                                  |
| Xml        | Output mails as xml. This target is used in conjunction with external mail clients. |
| XmlFax     | Same as Xml, but use fax format for recipient addresses                             |
