Table of Contents

Method Create

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

Create(Guid)

Creates a draft identifier from a non-empty UUID.

public static MailDraftId Create(Guid value)

Parameters

value Guid

The UUID to wrap.

Returns

MailDraftId

A validated draft identifier.

Exceptions

ArgumentException

Thrown when value is empty.