messageCount (property)

The total number of messages on the mailbox.

Syntax

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

Default Value

0

Remarks

This property contains the total number of messages on the mailbox. The class fills out MessageCount after calling the CountMessages method.

This property is read-only.

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