UIDVALIDITY: The unique identifier validity value. Any change of unique identifiers between sessions MUST be detectable using the change of UIDVALIDITY. If unique identifiers from an earlier session fail to persist in this session, the UIDVALIDITY value MUST be greater than the one used in the earlier session.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public long UIDValidity { get; set; }
Visual Basic
Public Property UIDValidity As Long
	Get
	Set
Visual C++
public:
property long long UIDValidity {
	long long get ();
	void set (long long value);
}

See Also