Class RemoteFolder
- Namespace
- MailFathom.Application.Folders
- Assembly
- MailFathom.Application.dll
Describes one folder as the mail server advertises it.
public sealed record RemoteFolder : IEquatable<RemoteFolder>
- Inheritance
-
RemoteFolder
- Implements
- Inherited Members
Constructors
- RemoteFolder(RemoteFolderPath, IReadOnlyList<MailFolderSpecialUse>)
Describes one folder as the mail server advertises it.
Properties
- Path
The advertised path and the hierarchy delimiter reported with it.
- SpecialUses
The roles the server reports for the folder, which is empty when it reports none.