UIDValidity (property)

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

Syntax

@property (nonatomic,readonly,assign,getter=UIDValidity) NSString* UIDValidity;
- (NSString*)UIDValidity;
public var UIDValidity: String {
  get {...}
}

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.

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 iOS Edition - Version 20.0 [Build 7718]