IPWorks S/MIME 2020 C++ Edition

Questions / Feedback?

CheckDate Property

The date (format YYMMDD HHMMSS) to check for creation of new groups. If the group was created after the date specified, it is considered new.

Syntax

ANSI (Cross Platform)
char* GetCheckDate();
int SetCheckDate(const char* lpszCheckDate); Unicode (Windows) LPWSTR GetCheckDate();
INT SetCheckDate(LPCWSTR lpszCheckDate);
@property (nonatomic,readwrite,assign,getter=checkDate,setter=setCheckDate:) NSString* checkDate;
- (NSString*)checkDate;
- (void)setCheckDate:(NSString*)newCheckDate;
#define PID_SNNTP_CHECKDATE 26

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

"000101 000000"

Remarks

This property contains the date (format YYMMDD HHMMSS) to check for creation of new groups. If the group was created after the date specified, it is considered new. The value of this property is used as an argument for the ListNewGroups method.

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]