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

# SuperOffice.WebApi.Data.EmailReplyToType

# <a id="SuperOffice_WebApi_Data_EmailReplyToType" /> Enum EmailReplyToType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Email/Mailing ReplyTo field address algorithm
This Enum is used by:  email\_flow\.reply\_to\_type

```csharp theme={null}
public enum EmailReplyToType : short
```

## Fields

`ReplyToEmpty = 3`

3: ReplyToEmpty (skip reply-to header, email agents will use from instead)

`ReplyToOnlySpecified = 0`

0: ReplyToOnlySpecified

`ReplyToSalesContact = 1`

1: ReplyToSalesContact

`ReplyToSupportContact = 2`

2: ReplyToSupportContact
