| 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.23341.1754
Syntax public long FirstUnseenMessageNumber { get; }
Public ReadOnly Property FirstUnseenMessageNumber As Long
Get
public:
property long long FirstUnseenMessageNumber {
long long get ();
}
member FirstUnseenMessageNumber : int64 with get
Property Value
Type:
Int64See Also