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