API Reference
Class
EmailThreadMessage
A single message in EmailMessageThread.
Inheritance
- Object
- EmailThreadMessage
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailMessageThread.Messages
Accepted by parameters
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.