Table of Contents

Method Create

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

Create(Guid)

Creates a stored-email identifier from a non-empty UUID.

public static StoredEmailId Create(Guid value)

Parameters

value Guid

The UUID to wrap.

Returns

StoredEmailId

A validated stored-email identifier.

Exceptions

ArgumentException

Thrown when value is empty.