Method Of
- Namespace
- MailFathom.Domain.Delivery
- Assembly
- MailFathom.Domain.dll
Of(string)
Fingerprints the identity a unit of work was admitted under.
public static OutgoingEmailPrincipal Of(string principalIdentity)
Parameters
principalIdentitystringWhat admitted whoever asked for the send.
Returns
- OutgoingEmailPrincipal
The principal that identity is recorded as.
Exceptions
- ArgumentException
Thrown when
principalIdentityis empty or white space, which names nobody at all.