Cloud Mail 2020 Kotlin Edition

Questions / Feedback?

MessageInfo Type

This is a listing of information for a message returned by the server.

Remarks

The MessageInfo event is fired when messages are searched, listed, or message information is received. When a MessageInfo event is fired, this type is returned, which contains all of the information from the message.

Fields

Date
String?

The date of a message in a message info listing. This date is taken from the ENVELOPE structure of the message.

Flags
String?

Message flag in a message info listing.

Examples of possible flag values are server dependent, but can include:

\Deleted Mark a message as deleted (for removal by later ExpungeMailbox).
\Seen Mark a message as read.
\Answered Mark a message as answered.
\Flagged Mark a message as flagged.
\Draft Mark a message as being incomplete (under composition).

From
String?

The sender of a message in a message info listing.

GmailId
String?

This field holds the Gmail assigned unique Id of the message. Gmail assigns a unique Id for each message which allows it to be identified across folders.

Labels
String?

This field holds a space separated list of Gmail labels associated with the message.

MessageId
String?

The unique identifier of a message in a message info listing.

Size
Long

The size of a message in a message info listing.

Subject
String?

The subject of a message in a message info listing.

ThreadId
String?

This field holds the thread Id of the current message. The thread Id is assigned by Gmail and may be used to keep track of conversations.

Constructors

public constructor()



Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 Kotlin Edition - Version 20.0 [Build 7941]