Table of Contents

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

invocationIdentity string

The 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 invocationIdentity is blank, carries a control character, or is longer than MaximumIdentityLength.