Hunny Software Library Reference

StatusResponse.UidValidity Property

Gets the UID validity value for the mailbox.

[Visual Basic]
Public ReadOnly Property UidValidity As Integer
[C#]
public int UidValidity {get;}

Property Value

The UID validity value for the mailbox.

Remarks

The server changes the UID validity value whenever UIDs are re-assigned to the messages in the mailbox. Thus, if a client saves the UIDs between sessions, the UID validity value provides a way for the client to discover that the UIDs have been changed from a previous session.

See Also

StatusResponse Class | Hunny.Mail Namespace