Class CategoryGuessing.CategorizationRequestItem
Inheritance
System.Object
CategoryGuessing.CategorizationRequestItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.AI
Assembly: SoDataBase.dll
Syntax
public class CategorizationRequestItem
Constructors
CategorizationRequestItem()
Declaration
public CategorizationRequestItem()
Properties
AttachmentNames
Declaration
public string[] AttachmentNames { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
MailboxEmail
Declaration
public string MailboxEmail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PlainTextBody
Declaration
public string PlainTextBody { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SenderEmail
Declaration
public string SenderEmail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Subject
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Extension Methods
EnumUtil.MapEnums<From, To>(From)