Click or drag to resize
MimeKit

IMailFolderUidNext Property

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

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

Property Value

NullableUniqueId
The next UID.
Remarks
This value will only be set after the folder has been opened.
See Also