Class EmailType
What kind of email address - email, or some other communication type (chat, voip) This Enum is used by: Email.type
Inheritance
System.Object
EmailType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class EmailType : Enum
Fields
Chat
1: This is a chat channel address
Declaration
public const EmailType Chat
Field Value
Type | Description |
---|---|
EmailType |
0: This is a conventional email
Declaration
public const EmailType Email
Field Value
Type | Description |
---|---|
EmailType |
value__
Declaration
public short value__
Field Value
Type | Description |
---|---|
System.Int16 |
VoiP
2: This is a voip (such as skype) channel address
Declaration
public const EmailType VoiP
Field Value
Type | Description |
---|---|
EmailType |
Extension Methods
EnumUtil.MapEnums<From, To>(From)