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

> Lists the enum values for EmailReplyToType.

## EmailReplyToType Enum

Email/Mailing Reply-To field address algorithm

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

## Usage

* [email\_flow](../email-flow).reply\_to\_type - A set of properties related to the email workflow.


## Related topics

- [Enum EmailReplyToType](/en/automation/crmscript/reference/CRMScript.NetServer.EmailReplyToType.md)
- [SuperOffice.WebApi.Data.EmailReplyToType](/en/api/reference/webapi/SuperOffice.WebApi.Data.EmailReplyToType.md)
- [NSEmailFlow](/en/automation/crmscript/reference/CRMScript.NetServer.NSEmailFlow.md)
- [Enum values for EmailFromType](/en/database/tables/enums/emailfromtype.md)
- [Enum values for EmailType](/en/database/tables/enums/emailtype.md)
- [emailreplytotype](/en/api/mdo-providers/reference/emailreplytotype.md)
