Table of Contents

Method Create

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

Create(uint)

Creates a validated UIDVALIDITY value.

public static ImapUidValidity Create(uint value)

Parameters

value uint

The server-provided UIDVALIDITY.

Returns

ImapUidValidity

A validated UIDVALIDITY value.

Exceptions

ArgumentOutOfRangeException

Thrown when value is zero.