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
valuestringThe configured account identifier.
Returns
- MailAccountId
A validated account identifier.
Exceptions
- ArgumentException
Thrown when
valueis blank.