SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

IMAPMailboxStatus Type

Contains information about IMAP mailbox state.

Remarks

Provides details of current IMAP mailbox status.

Fields

MessageFlags
Integer

Contains message flags defined in the mailbox.

imapMessageAnswered0x01Message has been answered.

imapMessageDeleted0x02Message is 'deleted' for removal later.

imapMessageDraft0x04Message has not completed composition (marked as a draft).

imapMessageFlagged0x08Message is 'flagged' for urgent/special attention.

imapMessageRecent0x10Message is 'recently' arrived in this mailbox. This session is the first session to have been notified about this message.

imapMessageSeen0x20Message has been read.

Name
String

Specifies mailbox name.

NextUID
Integer

Returns the next unique identifier value.

Use this property to get or set the next unique identifier (corresponds to UIDNEXT status code).

PermanentFlags
Integer

Contains a list of message flags that can be changed permanently.

imapMessageAnswered0x01Message has been answered.

imapMessageDeleted0x02Message is 'deleted' for removal later.

imapMessageDraft0x04Message has not completed composition (marked as a draft).

imapMessageFlagged0x08Message is 'flagged' for urgent/special attention.

imapMessageRecent0x10Message is 'recently' arrived in this mailbox. This session is the first session to have been notified about this message.

imapMessageSeen0x20Message has been read.

ReadOnly
Boolean

Specifies whether the mailbox is write-protected.

RecentMessages
Integer

The number of recent messages in the mailbox.

TotalMessages
Integer

Total number of messages in the mailbox.

UIDValidity
Integer

Specifies UID validity value.

UnseenMessages
Integer

The number of unseen messages in the mailbox.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Delphi Edition - Version 20.0 [Build 8166]