Method For
- Namespace
- MailFathom.Domain.Accounts
- Assembly
- MailFathom.Domain.dll
For(MailAccountId)
Creates the selector that names one account by its identifier.
public static MailAccountSelector For(MailAccountId accountId)
Parameters
accountIdMailAccountIdThe account identifier to name.
Returns
- MailAccountSelector
A selector holding the identifier's text.
Remarks
This is how code that already holds an identity reaches a contract expressed in selectors, so that path spells the conversion out instead of round-tripping through raw text.