Show / Hide Table of Contents

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

Email

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>()
ObjectExtensions.AssignByReflection<EmailType>(EmailType)
ObjectExtensions.GraphCopy<EmailType>()
Converters.MapEnums<EmailType, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top