Table of Contents

Method Create

Namespace
MailFathom.Domain.Mutations
Assembly
MailFathom.Domain.dll

Create(MailboxMutationOrigin, string)

Restores a requester from the origin and identity a record holds.

public static MailboxMutationRequester Create(MailboxMutationOrigin origin, string identity)

Parameters

origin MailboxMutationOrigin

The kind of authored act that asked.

identity string

The stored identity.

Returns

MailboxMutationRequester

The requester those two name.

Exceptions

ArgumentException

Thrown when identity is blank, carries a control character, or is longer than MaximumIdentityLength.

ArgumentOutOfRangeException

Thrown when origin is not a declared origin.