Class TicketMessageContent
Namespace: SuperOffice.CRM.TicketMessage
Assembly: SoDataBase.dll
Syntax
public class TicketMessageContent : Object
Constructors
TicketMessageContent()
Declaration
public TicketMessageContent()
Properties
AttachmentsInfo
Declaration
public AttachmentEntity[] AttachmentsInfo { get; set; }
Property Value
Type | Description |
---|---|
AttachmentEntity[] |
Body
Declaration
public string Body { get; set; }
Property Value
Type | Description |
---|---|
String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)