Table of Contents

Method Create

Namespace
MailFathom.Domain.Contacts
Assembly
MailFathom.Domain.dll

Create(Guid)

Creates a contact identifier from a non-empty UUID.

public static ContactId Create(Guid value)

Parameters

value Guid

The UUID to wrap.

Returns

ContactId

A validated contact identifier.

Exceptions

ArgumentException

Thrown when value is empty.