API Reference
Class
EmailThreadMessage
A single message in EmailMessageThread.
Inheritance
- Object
- EmailThreadMessage
Constructors
public EmailThreadMessage() #Inherited Methods
Properties
public EmailThreadDirection Direction { get; set; } #Incoming/outgoing direction.
public String Author { get; set; } #Optional author label (for meta line and avatar fallback).
public String Meta { get; set; } #Optional meta label (timestamp, channel, etc.).
public String AvatarSource { get; set; } #Avatar image source.
public String AvatarInitials { get; set; } #Avatar initials override.
public Boolean ShowAvatar { get; set; } #Allows disabling the avatar for this message.
public Boolean ShowMeta { get; set; } #Allows disabling the meta line for this message.