Click or drag to resize
MimeKit

MailFolderUidNext Property

Get the UID that the folder will assign to the next message that is added.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public UniqueId? UidNext { get; protected set; }

Property Value

NullableUniqueId
The next UID.

Implements

IMailFolderUidNext
Remarks
This value will only be set after the folder has been opened.
See Also