Table of Contents

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

principalIdentity string

What admitted whoever asked for the send.

Returns

OutgoingEmailPrincipal

The principal that identity is recorded as.

Exceptions

ArgumentException

Thrown when principalIdentity is empty or white space, which names nobody at all.