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

> What kind of email address - email, or some other communication type (chat, voip)

What kind of email address - email, or some other communication type (chat, voip)

## Syntax

```crmscript theme={null}
EmailType
```

## Fields

| Name  | Description                                    |
| ----- | ---------------------------------------------- |
| Email | This is a conventional email                   |
| Chat  | This is a chat channel address                 |
| VoiP  | This is a voip (such as skype) channel address |


## Related topics

- [Enum values for EmailType](/en/database/tables/enums/emailtype.md)
- [Email table](/en/database/tables/email.md)
- [Enum EmailFromType](/en/automation/crmscript/reference/CRMScript.NetServer.EmailFromType.md)
- [Enum values for EmailFromType](/en/database/tables/enums/emailfromtype.md)
- [Enum EmailReplyToType](/en/automation/crmscript/reference/CRMScript.NetServer.EmailReplyToType.md)
- [Enum values for EmailReplyToType](/en/database/tables/enums/emailreplytotype.md)
