Table of Contents

Struct MailEntryData

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

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

string

CurrencyAmount

Currency amount attached, or 0 if none.

public int CurrencyAmount

Field Value

int

ID

Unique mail ID.

public long ID

Field Value

long

ItemTemplateID

Template ID of the attached item, or 0 if none.

public int ItemTemplateID

Field Value

int

Read

Whether this mail has been read.

public bool Read

Field Value

bool

SenderName

Display name of the sender.

public string SenderName

Field Value

string

Subject

Mail subject line.

public string Subject

Field Value

string