IPWorks S/MIME 2020 C++ Edition

Questions / Feedback?

ArticleCount Property

The estimated number of articles in CurrentGroup .

Syntax

ANSI (Cross Platform)
int64 GetArticleCount();

Unicode (Windows)
LONG64 GetArticleCount();
@property (nonatomic,readonly,assign,getter=articleCount) long long articleCount;
- (long long)articleCount;
#define PID_SNNTP_ARTICLECOUNT 1

IPWORKSSMIME_EXTERNAL void* IPWORKSSMIME_CALL IPWorksSMIME_SNNTP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

Remarks

This property contains the estimated number of articles in CurrentGroup The value of this property is 0 if there is no current group (CurrentGroup is ""). Otherwise, when CurrentGroup is set it is the number of articles in the group as shown by the news server. For most news servers, this is an estimated value of the number of the articles, rather than the exact value.

This property is read-only.

Data Type

Long64

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 C++ Edition - Version 20.0 [Build 8154]