Table of Contents

Method TryParseName

Namespace
MailFathom.Domain.Delivery.Filing
Assembly
MailFathom.Domain.dll

TryParseName(string?, out OutgoingMailFiling)

Parses a recorded name back into the filing it names.

public static bool TryParseName(string? name, out OutgoingMailFiling filing)

Parameters

name string

The name read from a stored row, a log, or a serialized document.

filing OutgoingMailFiling

The parsed filing when the name is one this set holds; otherwise the unspecified default.

Returns

bool

true when the name is a filing this set holds; otherwise false.