ModEventEmail

data class ModEventEmail(val subjectLine: String, val content: String? = null, val comment: String? = null)

Keep a log of outgoing email to a user

Parameters

subjectLine

The subject line of the email sent to the user.

content

The content of the email sent to the user.

comment

Additional comment about the outgoing comm.

Constructors

Link copied to clipboard
constructor(subjectLine: String, content: String? = null, comment: String? = null)

Properties

Link copied to clipboard
val comment: String? = null

Additional comment about the outgoing comm.

Link copied to clipboard
val content: String? = null

The content of the email sent to the user.

Link copied to clipboard

The subject line of the email sent to the user.