Table of Contents

Method Create

Namespace
MailFathom.Domain.Accounts
Assembly
MailFathom.Domain.dll

Create(string)

Creates an account identifier from configuration-owned text.

public static MailAccountId Create(string value)

Parameters

value string

The configured account identifier.

Returns

MailAccountId

A validated account identifier.

Exceptions

ArgumentException

Thrown when value is blank.