Click or drag to resize
MimeKit

MailFolderUidValidity Property

Get the UID validity.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public uint UidValidity { get; protected set; }

Property Value

UInt32
The UID validity.

Implements

IMailFolderUidValidity
Remarks

UIDs are only valid so long as the UID validity value remains unchanged. If and when the folder's UidValidity is changed, a client MUST discard its cache of UIDs along with any summary information that it may have and re-query the folder.

This value will only be set after the folder has been opened.

See Also