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
valuestringThe text naming an account.
Returns
- MailAccountSelector
A selector holding the trimmed text.
Exceptions
- ArgumentException
Thrown when
valueis blank, longer than MaximumLength, or contains a control character.