MediaCategory

enum MediaCategory : Enum<MediaCategory>

Attachment category

Entries

Link copied to clipboard
HISTORY("history")

The type is email history.

Link copied to clipboard
BODY("body")

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

Link copied to clipboard
MEDIA("media")

This type means that a message contain attached media.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val value: String