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
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
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<EmailType, To>(EmailType)
Converters.MapEnums<EmailType, To>(EmailType)
ObjectExtensions.AssignByReflection<EmailType>(EmailType, EmailType)
ObjectExtensions.GraphCopy<EmailType>(EmailType)
EnumUtil.GetDescription(Enum)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top