MessageCount Property

The total number of messages on the mailbox.

Syntax

ANSI (Cross Platform)
int GetMessageCount();

Unicode (Windows)
INT GetMessageCount();
@property (nonatomic,readonly,assign,getter=messageCount) int messageCount;
- (int)messageCount;
#define PID_GMAIL_MESSAGECOUNT 16

CLOUDMAIL_EXTERNAL void* CLOUDMAIL_CALL CloudMail_GMail_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

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.

Data Type

Integer

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