Table of Contents

Method Create

Namespace
MailFathom.Domain.Delivery
Assembly
MailFathom.Domain.dll

Create(Guid)

Creates an outgoing email identifier from a non-empty UUID.

public static OutgoingEmailId Create(Guid value)

Parameters

value Guid

The UUID to wrap.

Returns

OutgoingEmailId

A validated outgoing email identifier.

Exceptions

ArgumentException

Thrown when value is empty.