IPWorks S/MIME 2020 C++ Edition

Questions / Feedback?

FirstArticle Property

The number of the first article in CurrentGroup .

Syntax

ANSI (Cross Platform)
int64 GetFirstArticle();

Unicode (Windows)
LONG64 GetFirstArticle();
@property (nonatomic,readonly,assign,getter=firstArticle) long long firstArticle;
- (long long)firstArticle;
#define PID_SNNTP_FIRSTARTICLE 38

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 first 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]