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

# <a id="SuperOffice_WebApi_Data_EmailFromType" /> Enum EmailFromType

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

Email/Mailing From field address algorithm
This Enum is used by:  email\_flow\.from\_type

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

## Fields

`FromOnlySpecified = 0`

0: FromOnlySpecified

`FromSalesContact = 1`

1: FromSalesContact

`FromSupportContact = 2`

2: FromSupportContact


## Related topics

- [SuperOffice.WebApi.Data.EmailFlow](/en/api/reference/webapi/SuperOffice.WebApi.Data.EmailFlow.md)
- [SuperOffice.WebApi.Data.EmailReplyToType](/en/api/reference/webapi/SuperOffice.WebApi.Data.EmailReplyToType.md)
- [SuperOffice.WebApi.Data.WorkflowNotifyEmailType](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowNotifyEmailType.md)
- [SuperOffice.WebApi.Agents.EMailAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.EMailAgent.md)
- [SuperOffice.WebApi.Agents.IEMailAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IEMailAgent.md)
- [SuperOffice.WebApi.Data.TicketType](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketType.md)
