Show / Hide Table of Contents

Class EmailType

What kind of email address - email, or some other communication type (chat, voip) This Enum is used by: Email.type

Inheritance
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

Email

0: This is a conventional email

Declaration
public const EmailType Email
Field Value
Type Description
EmailType

value__

What kind of email address - email, or some other communication type (chat, voip) This Enum is used by: Email.type

Declaration
public short value__
Field Value
Type Description
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)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top