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
namestringThe name read from a log, a dashboard query, or a serialized document.
lifecycleMailboxMutationLifecycleThe parsed lifecycle when the name is one of the four; otherwise the unspecified default.