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
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
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 |