MediaCategory

enum MediaCategory : Enum<MediaCategory>

Attachment category

Entries

HISTORY
Link copied to clipboard
HISTORY("history")

The type is email history.

BODY
Link copied to clipboard
BODY("body")

This type means that media with this category replaces a body from a message.

MEDIA
Link copied to clipboard
MEDIA("media")

This type means that a message contain attached media.

Types

Companion
Link copied to clipboard
object Companion

Properties

value
Link copied to clipboard
val value: String