Table of Contents

Property Secrets

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

Secrets

Gets or sets the submission credential, or nothing to present the account's reading credential.

public MailAccountSecretOptions? Secrets { get; set; }

Property Value

MailAccountSecretOptions

Remarks

The block is nullable and defaults to absent rather than to an empty block, for the reason Password gives: secret discovery walks the bound options graph by type, so an empty block left here by default would be discovered for every account and fail startup with an unresolvable reference no operator wrote.