Table of Contents

Constructor MailAccountTransportSecurityConfigurationError

Namespace
MailFathom.Infrastructure.Mail
Assembly
MailFathom.Infrastructure.dll

MailAccountTransportSecurityConfigurationError(string, string, MailTransportSecurityViolation?)

Describes one configuration error in an account's transport security settings.

public MailAccountTransportSecurityConfigurationError(string PropertyName, string Description, MailTransportSecurityViolation? Violation)

Parameters

PropertyName string

The setting the operator must correct.

Description string

A safe sentence naming the rule, free of credentials and secret references.

Violation MailTransportSecurityViolation?

The domain rule the settings violate, or null when the error is a mechanism-name parse failure rather than a rule violation. Carrying it keeps the stable machine-readable identity the domain already computed available to the boundary that renders the operator message, so diagnostics can be matched on the rule instead of on prose that is free to change.