IPWorks S/MIME 2020 C++ Edition

Questions / Feedback?

OverviewRange Property

A range for the GroupOverview method (first-last).

Syntax

ANSI (Cross Platform)
char* GetOverviewRange();
int SetOverviewRange(const char* lpszOverviewRange); Unicode (Windows) LPWSTR GetOverviewRange();
INT SetOverviewRange(LPCWSTR lpszOverviewRange);
@property (nonatomic,readwrite,assign,getter=overviewRange,setter=setOverviewRange:) NSString* overviewRange;
- (NSString*)overviewRange;
- (void)setOverviewRange:(NSString*)newOverviewRange;
#define PID_SNNTP_OVERVIEWRANGE 56

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

Default Value

"-"

Remarks

This property specifies a range of articles for which to retrieve article overviews from the server. The format is 'first-last' where first is "" (empty string) or a positive number, and last is "" (empty string), a positive number, or the token end.

The default value of this property is '-', meaning 'all articles in the group'.

This property is not available at design time.

Data Type

String

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