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

# 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


## Related topics

- [SuperOffice.WebApi.Data.EmailFlow](/en/api/reference/webapi/SuperOffice.WebApi.Data.EmailFlow.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Mail](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Mail.md)
- [SuperOffice.WebApi.Data.EMail GetMailFromInReplyToRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_GetMailFromInReplyToRequest.md)
- [SuperOffice.WebApi.Data.EMailEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMailEntity.md)
- [SuperOffice.WebApi.Data.TicketBatchReplyData](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketBatchReplyData.md)
- [SuperOffice.WebApi.Data.TicketTypeEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketTypeEntity.md)
