Struct MailEntryData
Data structure for a single mail entry within a MailListBroadcast.
[Serializable]
public struct MailEntryData
- Inherited Members
Fields
Body
Mail body text.
public string Body
Field Value
CurrencyAmount
Currency amount attached, or 0 if none.
public int CurrencyAmount
Field Value
ID
Unique mail ID.
public long ID
Field Value
ItemTemplateID
Template ID of the attached item, or 0 if none.
public int ItemTemplateID
Field Value
Read
Whether this mail has been read.
public bool Read
Field Value
SenderName
Display name of the sender.
public string SenderName
Field Value
Subject
Mail subject line.
public string Subject