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
keywordsIEnumerable<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
keywordsis null.- ArgumentException
Thrown when a keyword is not one a
STOREmay name, or when more are named than one email keeps.