EmailMessageEntity

final case class EmailMessageEntity(offset: Int, length: Int) extends MessageEntity

email

Value parameters:
length

Length of the entity in UTF-16 code units

offset

Offset in UTF-16 code units to the start of the entity

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product