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
namestringThe name read from a stored row, a log, or a serialized document.
filingOutgoingMailFilingThe parsed filing when the name is one this set holds; otherwise the unspecified default.