IPWorks OpenPGP 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.

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.

Constructors

public constructor()



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