RecentMessageCount Property
Number of new messages in the Mailbox .
Syntax
ANSI (Cross Platform) int GetRecentMessageCount(); Unicode (Windows) INT GetRecentMessageCount();
@property (nonatomic,readonly,assign,getter=recentMessageCount) int recentMessageCount; - (int)recentMessageCount;
#define PID_IMAP_RECENTMESSAGECOUNT 70 IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_IMAP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
Default Value
0
Remarks
This property contains the number of new messages that are in the Mailbox. The class fills out MessageCount, RecentMessageCount, and MailboxFlags after connecting to the MailServer and selecting or examining a Mailbox.
This property is read-only.
Data Type
Integer