Struct MailFolderAlias
- Namespace
- MailFathom.Domain.Folders
- Assembly
- MailFathom.Domain.dll
Names a mailbox folder the way MailFathom and its operator refer to it.
public readonly record struct MailFolderAlias : IEquatable<MailFolderAlias>
- Implements
- Inherited Members
Remarks
The alias is owned by MailFathom rather than by the mail server: it appears in configuration, in logs, and in future MCP filters, and it keeps its meaning when the server renames or recreates the folder behind it. The path the server advertises is RemoteFolderPath and is never used in its place.
Properties
- Value
Gets the normalized alias.
Methods
- Create(string)
Creates an alias from configuration-owned text.
- ToString()
Returns the fully qualified type name of this instance.