Show / Hide Table of Contents

Enum ChatMessageType

Chat Message type This Enum is used by: chat_message.type

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

Fields

Name Description
Invalid

0: Invalid

Special

3: Special message - see SpecialType field for details

ToCustomer

1: Message is from user agent to customer

ToUser

2: Message is from customer to user agent

Extension Methods

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