ImapFolder.NextUniqueId Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
NextUniqueId
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.
Declaration
public string NextUniqueId { get; }
Property Value
Type | Description |
---|---|
String | Unique ID of the next message. |