FolderCount Property
The number of records in the Folder arrays.
Syntax
ANSI (Cross Platform) int GetFolderCount();
int SetFolderCount(int iFolderCount); Unicode (Windows) INT GetFolderCount();
INT SetFolderCount(INT iFolderCount);
@property (nonatomic,readwrite,assign,getter=folderCount,setter=setFolderCount:) int folderCount; - (int)folderCount; - (void)setFolderCount:(int)newFolderCount;
#define PID_OFFICE365_FOLDERCOUNT 25 CLOUDMAIL_EXTERNAL void* CLOUDMAIL_CALL CloudMail_Office365_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal); CLOUDMAIL_EXTERNAL int CLOUDMAIL_CALL CloudMail_Office365_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
Default Value
0
Remarks
This property controls the size of the following arrays:
- FolderChildFolderCount
- FolderChildFolders
- FolderDisplayName
- FolderId
- FolderMessageRules
- FolderMessages
- FolderMultiValueExtendedProperties
- FolderParentFolderId
- FolderSingleValueExtendedProperties
- FolderTotalItemCount
- FolderUnreadItemCount
The array indices start at 0 and end at FolderCount - 1.
This property is not available at design time.
Data Type
Integer