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
ListFolders 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.
public string UidNext { get; }
Public ReadOnly Property UidNext As String
public:
property String UidNext {
String get();
}
Value
Unique ID of the next message.