Gets the unique ID to be assigned to a next message that arrives into this folder.
            This property is not set for folders
            returned by a call to GetFolderList()()()() methods
            and will contain a value of 0. Also, some servers don't support this,
            and null (Nothing in Visual Basic) will be returned for these as well.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Imap (in Rebex.Imap.dll)
Syntax
| Visual Basic | 
|---|
Public ReadOnly Property NextUniqueId As String Get  | 
| C# | 
|---|
public string NextUniqueId { get; }  |