Table of Contents

Method Create

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

Create(string)

Creates a selector from the text a request carried.

public static MailAccountSelector Create(string value)

Parameters

value string

The text naming an account.

Returns

MailAccountSelector

A selector holding the trimmed text.

Exceptions

ArgumentException

Thrown when value is blank, longer than MaximumLength, or contains a control character.