IPWorks S/MIME 2020 C++ Edition

Questions / Feedback?

LastArticle Property

The number of the last article in CurrentGroup .

Syntax

ANSI (Cross Platform)
int64 GetLastArticle();

Unicode (Windows)
LONG64 GetLastArticle();
@property (nonatomic,readonly,assign,getter=lastArticle) long long lastArticle;
- (long long)lastArticle;
#define PID_SNNTP_LASTARTICLE 47

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 number of the last article in CurrentGroup. The value of this property is 0 if there is no current group (CurrentGroup is "").

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]