Click or drag to resize

FolderStatusFirstUnseenMessageNumber Property

Gets the message sequence number of the first unseen message in the folder (OK [UNSEEN <n>]) If it's null client can not make any assumptions about the first unseen message, and needs to issue a Search(Flag) with Unseen if it wants to find it.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public long FirstUnseenMessageNumber { get; }

Property Value

Int64
See Also