Method Command
- Namespace
- MailFathom.Domain.Delivery
- Assembly
- MailFathom.Domain.dll
Command(string)
Names one act somebody asked for, by the key they supplied for it.
public static OutgoingEmailRequester Command(string invocationIdentity)
Parameters
invocationIdentitystringThe key that decides whether asking again is the same request: the same for a retry of one act and different for a second act.
Returns
- OutgoingEmailRequester
A requester naming that act.
Exceptions
- ArgumentException
Thrown when
invocationIdentityis blank, carries a control character, or is longer than MaximumIdentityLength.