Table of Contents

Property Accounts

Namespace
MailFathom.Application.Rules
Assembly
MailFathom.Application.dll

Accounts

Gets the accounts this rule applies to, empty for a rule that applies to every account.

public IReadOnlySet<string> Accounts { get; }

Property Value

IReadOnlySet<string>

Remarks

One rule reaches one or more accounts, and a rule that names none is general. Empty means every account rather than no account, because a rule reaching nothing is a rule nobody would write, and reading absence that way is what lets a deployment with one account write the scope nowhere.