The unique identifier (UID) of the newest message in the mailbox.

Namespace: S22.Imap
Assembly: S22.Imap (in S22.Imap.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public uint MessageUID { get; private set; }

Remarks

The UID can be passed to the GetMessage method in order to retrieve the mail message from the server.

See Also