recentMessageCount (property)

Number of new messages in the Mailbox .

Syntax

@property (nonatomic,readonly,assign,getter=recentMessageCount) int recentMessageCount;
- (int)recentMessageCount;
public var recentMessageCount: Int32 {
  get {...}
}

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.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]