Table of Contents

Method TryParseName

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

TryParseName(string?, out MailboxMutationLifecycle)

Parses a recorded name back into the lifecycle it names.

public static bool TryParseName(string? name, out MailboxMutationLifecycle lifecycle)

Parameters

name string

The name read from a log, a dashboard query, or a serialized document.

lifecycle MailboxMutationLifecycle

The parsed lifecycle when the name is one of the four; otherwise the unspecified default.

Returns

bool

true when the name is a declared lifecycle; otherwise false.