Table of Contents

Method Create

Namespace
MailFathom.Domain.Mutations
Assembly
MailFathom.Domain.dll

Create(Guid)

Creates a mutation record identifier from a non-empty UUID.

public static MailboxMutationRecordId Create(Guid value)

Parameters

value Guid

The UUID to wrap.

Returns

MailboxMutationRecordId

A validated mutation record identifier.

Exceptions

ArgumentException

Thrown when value is empty.