Dacons LLP Mailit for C/C++ Version 1.0.8

EmaiMailboxStatusResponse Struct Reference

The STATUS response occurs as a result of the STATUS command. It returns the mailbox name that matches the STATUS specification and the requested mailbox status information. More...

#include <EmaiIMAP.h>

List of all members.

Public Attributes

EmaiConstUniCharPtr mailboxName
EmaiUint32 messages
EmaiUint32 recent
EmaiUint32 uidNext
EmaiUint32 uidValidity
EmaiUint32 unseen


Detailed Description

The STATUS response occurs as a result of the STATUS command. It returns the mailbox name that matches the STATUS specification and the requested mailbox status information.

See also:
Emai::ImapSession::MailboxStatus

EmaiImapMailboxStatus

EmaiEnumImapUndefinedStatus

Definition at line 617 of file EmaiIMAP.h.


Member Data Documentation

The number of messages in the mailbox

Definition at line 628 of file EmaiIMAP.h.

The number of messages with the \Recent flag set

Definition at line 631 of file EmaiIMAP.h.

The next unique identifier value of the mailbox

Definition at line 634 of file EmaiIMAP.h.

The unique identifier validity value of the mailbox

Definition at line 637 of file EmaiIMAP.h.

The number of messages which do not have the \Seen flag set

Definition at line 640 of file EmaiIMAP.h.


The documentation for this struct was generated from the following file: