IPWorks S/MIME 2020 C++ Edition

Questions / Feedback?

UIDValidity Property

The UIDValidity parameter sent from the server in response to SelectMailbox command.

Syntax

ANSI (Cross Platform)
char* GetUIDValidity();

Unicode (Windows)
LPWSTR GetUIDValidity();
@property (nonatomic,readonly,assign,getter=UIDValidity) NSString* UIDValidity;
- (NSString*)UIDValidity;
#define PID_SIMAP_UIDVALIDITY 101

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

Default Value

""

Remarks

Every time a mailbox is selected a UIDValidity is returned from the server. Most of the time this value will not change from call to call. In case it does change, it means that all previously returned UIDs for messages inside this mailbox are now invalid.

This property is read-only and 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]