Table of Contents

Method Create

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

Create(IEnumerable<string>)

Builds the keyword set one authored change names.

public static AuthoredMailKeywords Create(IEnumerable<string> keywords)

Parameters

keywords IEnumerable<string>

The keywords as they were written, in any order.

Returns

AuthoredMailKeywords

The set, which is None when nothing was named.

Exceptions

ArgumentNullException

Thrown when keywords is null.

ArgumentException

Thrown when a keyword is not one a STORE may name, or when more are named than one email keeps.