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

> Email/Mailing ReplyTo field address algorithm

Email/Mailing ReplyTo field address algorithm

## Syntax

```crmscript theme={null}
EmailReplyToType
```

## Fields

| Name                  | Description                                                             |
| --------------------- | ----------------------------------------------------------------------- |
| ReplyToOnlySpecified  | ReplyToOnlySpecified                                                    |
| ReplyToSalesContact   | ReplyToSalesContact                                                     |
| ReplyToSupportContact | ReplyToSupportContact                                                   |
| ReplyToEmpty          | ReplyToEmpty (skip reply-to header, email agents will use from instead) |


## Related topics

- [Enum values for EmailReplyToType](/en/database/tables/enums/emailreplytotype.md)
- [SuperOffice.WebApi.Data.EmailReplyToType](/en/api/reference/webapi/SuperOffice.WebApi.Data.EmailReplyToType.md)
- [email_flow table](/en/database/tables/email-flow.md)
- [NSEmailFlow](/en/automation/crmscript/reference/CRMScript.NetServer.NSEmailFlow.md)
- [emailreplytotype](/en/api/mdo-providers/reference/emailreplytotype.md)
- [SuperOffice.WebApi.Data.EmailFlow](/en/api/reference/webapi/SuperOffice.WebApi.Data.EmailFlow.md)
