Enum EmailType
What kind of email address - email, or some other communication type (chat, voip) This Enum is used by: Email.type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum EmailType : short
Fields
Name | Description |
---|---|
Chat | 1: This is a chat channel address |
0: This is a conventional email |
|
VoiP | 2: This is a voip (such as skype) channel address |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.EmailType, To>()