Table of Contents

Method Create

Namespace
MailFathom.Domain.Emails
Assembly
MailFathom.Domain.dll

Create(uint)

Creates a validated IMAP UID.

public static ImapUid Create(uint value)

Parameters

value uint

The server-provided UID.

Returns

ImapUid

A validated UID.

Exceptions

ArgumentOutOfRangeException

Thrown when value is zero.