Show / Hide Table of Contents

Enum TicketMessageType

Indicates if the field body contains plain or html text This Enum is used by: ej_message.type

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum TicketMessageType : short

Fields

Name Description
Html

2: The body field contains html text

Plain

1: The body field contains plain text

Unknown

0: Unknown type

Extension Methods

EnumUtil.MapEnums<SuperOffice.Data.TicketMessageType, To>()
ObjectExtensions.AssignByReflection<TicketMessageType>(TicketMessageType)
ObjectExtensions.GraphCopy<TicketMessageType>()
Converters.MapEnums<TicketMessageType, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top